| HTML Entity (dec) | 꾋 |
| HTML Entity (hex) | 꾋 |
| UTF-8 (hex) | 0xeabe8b / 0xea 0xbe 0x8b (3 bytes) |
| UTF-8 (dec) | 234, 190, 139 (3 bytes) |
| UTF-16-BE (hex) | 0xaf8b / 0xaf 0x8b (2 bytes) |
| UTF-16-BE (dec) | 175, 139 (2 bytes) |
| UTF-32-BE (hex) | 0xaf8b / 0x00 0x00 0xaf 0x8b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 175, 139 (4 bytes) |
| C/C++/Java source code | "\uaf8b" |
| Python source code | "\uaf8b" |