| HTML Entity (dec) | ꩓ | |
| HTML Entity (hex) | ꩓ | |
| UTF-8 (hex) | 0xeaa993 / 0xea 0xa9 0x93 (3 bytes) | |
| UTF-8 (dec) | 234, 169, 147 (3 bytes) | |
| UTF-16-BE (hex) | 0xaa53 / 0xaa 0x53 (2 bytes) | |
| UTF-16-BE (dec) | 170, 83 (2 bytes) | |
| UTF-32-BE (hex) | 0xaa53 / 0x00 0x00 0xaa 0x53 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 170, 83 (4 bytes) | |
| C/C++/Java source code | "\uaa53" | |
| Python source code | u"\uaa53" |