| HTML Entity (dec) | ꀞ |
| HTML Entity (hex) | ꀞ |
| UTF-8 (hex) | 0xea809e / 0xea 0x80 0x9e (3 bytes) |
| UTF-8 (dec) | 234, 128, 158 (3 bytes) |
| UTF-16-BE (hex) | 0xa01e / 0xa0 0x1e (2 bytes) |
| UTF-16-BE (dec) | 160, 30 (2 bytes) |
| UTF-32-BE (hex) | 0xa01e / 0x00 0x00 0xa0 0x1e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 160, 30 (4 bytes) |
| C/C++/Java source code | "\ua01e" |
| Python source code | "\ua01e" |