| HTML Entity (dec) | ꢤ |
| HTML Entity (hex) | ꢤ |
| UTF-8 (hex) | 0xeaa2a4 / 0xea 0xa2 0xa4 (3 bytes) |
| UTF-8 (dec) | 234, 162, 164 (3 bytes) |
| UTF-16-BE (hex) | 0xa8a4 / 0xa8 0xa4 (2 bytes) |
| UTF-16-BE (dec) | 168, 164 (2 bytes) |
| UTF-32-BE (hex) | 0xa8a4 / 0x00 0x00 0xa8 0xa4 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 168, 164 (4 bytes) |
| C/C++/Java source code | "\ua8a4" |
| Python source code | "\ua8a4" |