| HTML Entity (dec) | 꽘 |
| HTML Entity (hex) | 꽘 |
| UTF-8 (hex) | 0xeabd98 / 0xea 0xbd 0x98 (3 bytes) |
| UTF-8 (dec) | 234, 189, 152 (3 bytes) |
| UTF-16-BE (hex) | 0xaf58 / 0xaf 0x58 (2 bytes) |
| UTF-16-BE (dec) | 175, 88 (2 bytes) |
| UTF-32-BE (hex) | 0xaf58 / 0x00 0x00 0xaf 0x58 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 175, 88 (4 bytes) |
| C/C++/Java source code | "\uaf58" |
| Python source code | "\uaf58" |