| HTML Entity (dec) | ꎪ |
| HTML Entity (hex) | ꎪ |
| UTF-8 (hex) | 0xea8eaa / 0xea 0x8e 0xaa (3 bytes) |
| UTF-8 (dec) | 234, 142, 170 (3 bytes) |
| UTF-16-BE (hex) | 0xa3aa / 0xa3 0xaa (2 bytes) |
| UTF-16-BE (dec) | 163, 170 (2 bytes) |
| UTF-32-BE (hex) | 0xa3aa / 0x00 0x00 0xa3 0xaa (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 163, 170 (4 bytes) |
| C/C++/Java source code | "\ua3aa" |
| Python source code | "\ua3aa" |