| HTML Entity (dec) | 꼠 |
| HTML Entity (hex) | 꼠 |
| UTF-8 (hex) | 0xeabca0 / 0xea 0xbc 0xa0 (3 bytes) |
| UTF-8 (dec) | 234, 188, 160 (3 bytes) |
| UTF-16-BE (hex) | 0xaf20 / 0xaf 0x20 (2 bytes) |
| UTF-16-BE (dec) | 175, 32 (2 bytes) |
| UTF-32-BE (hex) | 0xaf20 / 0x00 0x00 0xaf 0x20 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 175, 32 (4 bytes) |
| C/C++/Java source code | "\uaf20" |
| Python source code | "\uaf20" |