| HTML Entity (dec) | ꪀ | 
| HTML Entity (hex) | ꪀ | 
| UTF-8 (hex) | 0xeaaa80 / 0xea 0xaa 0x80 (3 bytes) | 
| UTF-8 (dec) | 234, 170, 128 (3 bytes) | 
| UTF-16-BE (hex) | 0xaa80 / 0xaa 0x80 (2 bytes) | 
| UTF-16-BE (dec) | 170, 128 (2 bytes) | 
| UTF-32-BE (hex) | 0xaa80 / 0x00 0x00 0xaa 0x80 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 170, 128 (4 bytes) | 
| C/C++/Java source code | "\uaa80" | 
| Python source code | "\uaa80" |