| HTML Entity (dec) | ꮥ |
| HTML Entity (hex) | ꮥ |
| UTF-8 (hex) | 0xeaaea5 / 0xea 0xae 0xa5 (3 bytes) |
| UTF-8 (dec) | 234, 174, 165 (3 bytes) |
| UTF-16-BE (hex) | 0xaba5 / 0xab 0xa5 (2 bytes) |
| UTF-16-BE (dec) | 171, 165 (2 bytes) |
| UTF-32-BE (hex) | 0xaba5 / 0x00 0x00 0xab 0xa5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 171, 165 (4 bytes) |
| C/C++/Java source code | "\uaba5" |
| Python source code | "\uaba5" |