| HTML Entity (dec) | 칮 |
| HTML Entity (hex) | 칮 |
| UTF-8 (hex) | 0xecb9ae / 0xec 0xb9 0xae (3 bytes) |
| UTF-8 (dec) | 236, 185, 174 (3 bytes) |
| UTF-16-BE (hex) | 0xce6e / 0xce 0x6e (2 bytes) |
| UTF-16-BE (dec) | 206, 110 (2 bytes) |
| UTF-32-BE (hex) | 0xce6e / 0x00 0x00 0xce 0x6e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 110 (4 bytes) |
| C/C++/Java source code | "\uce6e" |
| Python source code | "\uce6e" |