| HTML Entity (dec) | ꀎ |
| HTML Entity (hex) | ꀎ |
| UTF-8 (hex) | 0xea808e / 0xea 0x80 0x8e (3 bytes) |
| UTF-8 (dec) | 234, 128, 142 (3 bytes) |
| UTF-16-BE (hex) | 0xa00e / 0xa0 0x0e (2 bytes) |
| UTF-16-BE (dec) | 160, 14 (2 bytes) |
| UTF-32-BE (hex) | 0xa00e / 0x00 0x00 0xa0 0x0e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 160, 14 (4 bytes) |
| C/C++/Java source code | "\ua00e" |
| Python source code | "\ua00e" |