| HTML Entity (dec) | ꪎ |
| HTML Entity (hex) | ꪎ |
| UTF-8 (hex) | 0xeaaa8e / 0xea 0xaa 0x8e (3 bytes) |
| UTF-8 (dec) | 234, 170, 142 (3 bytes) |
| UTF-16-BE (hex) | 0xaa8e / 0xaa 0x8e (2 bytes) |
| UTF-16-BE (dec) | 170, 142 (2 bytes) |
| UTF-32-BE (hex) | 0xaa8e / 0x00 0x00 0xaa 0x8e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 170, 142 (4 bytes) |
| C/C++/Java source code | "\uaa8e" |
| Python source code | "\uaa8e" |