| HTML Entity (dec) | 칒 |
| HTML Entity (hex) | 칒 |
| UTF-8 (hex) | 0xecb992 / 0xec 0xb9 0x92 (3 bytes) |
| UTF-8 (dec) | 236, 185, 146 (3 bytes) |
| UTF-16-BE (hex) | 0xce52 / 0xce 0x52 (2 bytes) |
| UTF-16-BE (dec) | 206, 82 (2 bytes) |
| UTF-32-BE (hex) | 0xce52 / 0x00 0x00 0xce 0x52 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 82 (4 bytes) |
| C/C++/Java source code | "\uce52" |
| Python source code | "\uce52" |