| HTML Entity (dec) | 쇐 |
| HTML Entity (hex) | 쇐 |
| UTF-8 (hex) | 0xec8790 / 0xec 0x87 0x90 (3 bytes) |
| UTF-8 (dec) | 236, 135, 144 (3 bytes) |
| UTF-16-BE (hex) | 0xc1d0 / 0xc1 0xd0 (2 bytes) |
| UTF-16-BE (dec) | 193, 208 (2 bytes) |
| UTF-32-BE (hex) | 0xc1d0 / 0x00 0x00 0xc1 0xd0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 193, 208 (4 bytes) |
| C/C++/Java source code | "\uc1d0" |
| Python source code | "\uc1d0" |