| HTML Entity (dec) | ꜀ | 
| HTML Entity (hex) | ꜀ | 
| UTF-8 (hex) | 0xea9c80 / 0xea 0x9c 0x80 (3 bytes) | 
| UTF-8 (dec) | 234, 156, 128 (3 bytes) | 
| UTF-16-BE (hex) | 0xa700 / 0xa7 0x00 (2 bytes) | 
| UTF-16-BE (dec) | 167, 0 (2 bytes) | 
| UTF-32-BE (hex) | 0xa700 / 0x00 0x00 0xa7 0x00 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 167, 0 (4 bytes) | 
| C/C++/Java source code | "\ua700" | 
| Python source code | "\ua700" |