| HTML Entity (dec) | ꨞ |
| HTML Entity (hex) | ꨞ |
| UTF-8 (hex) | 0xeaa89e / 0xea 0xa8 0x9e (3 bytes) |
| UTF-8 (dec) | 234, 168, 158 (3 bytes) |
| UTF-16-BE (hex) | 0xaa1e / 0xaa 0x1e (2 bytes) |
| UTF-16-BE (dec) | 170, 30 (2 bytes) |
| UTF-32-BE (hex) | 0xaa1e / 0x00 0x00 0xaa 0x1e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 170, 30 (4 bytes) |
| C/C++/Java source code | "\uaa1e" |
| Python source code | "\uaa1e" |