| HTML Entity (dec) | ꮊ |
| HTML Entity (hex) | ꮊ |
| UTF-8 (hex) | 0xeaae8a / 0xea 0xae 0x8a (3 bytes) |
| UTF-8 (dec) | 234, 174, 138 (3 bytes) |
| UTF-16-BE (hex) | 0xab8a / 0xab 0x8a (2 bytes) |
| UTF-16-BE (dec) | 171, 138 (2 bytes) |
| UTF-32-BE (hex) | 0xab8a / 0x00 0x00 0xab 0x8a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 171, 138 (4 bytes) |
| C/C++/Java source code | "\uab8a" |
| Python source code | "\uab8a" |