| HTML Entity (dec) | 꺡 |
| HTML Entity (hex) | 꺡 |
| UTF-8 (hex) | 0xeabaa1 / 0xea 0xba 0xa1 (3 bytes) |
| UTF-8 (dec) | 234, 186, 161 (3 bytes) |
| UTF-16-BE (hex) | 0xaea1 / 0xae 0xa1 (2 bytes) |
| UTF-16-BE (dec) | 174, 161 (2 bytes) |
| UTF-32-BE (hex) | 0xaea1 / 0x00 0x00 0xae 0xa1 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 174, 161 (4 bytes) |
| C/C++/Java source code | "\uaea1" |
| Python source code | "\uaea1" |