| HTML Entity (dec) | ꩴ |
| HTML Entity (hex) | ꩴ |
| UTF-8 (hex) | 0xeaa9b4 / 0xea 0xa9 0xb4 (3 bytes) |
| UTF-8 (dec) | 234, 169, 180 (3 bytes) |
| UTF-16-BE (hex) | 0xaa74 / 0xaa 0x74 (2 bytes) |
| UTF-16-BE (dec) | 170, 116 (2 bytes) |
| UTF-32-BE (hex) | 0xaa74 / 0x00 0x00 0xaa 0x74 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 170, 116 (4 bytes) |
| C/C++/Java source code | "\uaa74" |
| Python source code | "\uaa74" |