| HTML Entity (dec) | ꩄ |
| HTML Entity (hex) | ꩄ |
| UTF-8 (hex) | 0xeaa984 / 0xea 0xa9 0x84 (3 bytes) |
| UTF-8 (dec) | 234, 169, 132 (3 bytes) |
| UTF-16-BE (hex) | 0xaa44 / 0xaa 0x44 (2 bytes) |
| UTF-16-BE (dec) | 170, 68 (2 bytes) |
| UTF-32-BE (hex) | 0xaa44 / 0x00 0x00 0xaa 0x44 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 170, 68 (4 bytes) |
| C/C++/Java source code | "\uaa44" |
| Python source code | "\uaa44" |