| HTML Entity (dec) | ꫪ |
| HTML Entity (hex) | ꫪ |
| UTF-8 (hex) | 0xeaabaa / 0xea 0xab 0xaa (3 bytes) |
| UTF-8 (dec) | 234, 171, 170 (3 bytes) |
| UTF-16-BE (hex) | 0xaaea / 0xaa 0xea (2 bytes) |
| UTF-16-BE (dec) | 170, 234 (2 bytes) |
| UTF-32-BE (hex) | 0xaaea / 0x00 0x00 0xaa 0xea (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 170, 234 (4 bytes) |
| C/C++/Java source code | "\uaaea" |
| Python source code | "\uaaea" |