| HTML Entity (dec) | 쇨 |
| HTML Entity (hex) | 쇨 |
| UTF-8 (hex) | 0xec87a8 / 0xec 0x87 0xa8 (3 bytes) |
| UTF-8 (dec) | 236, 135, 168 (3 bytes) |
| UTF-16-BE (hex) | 0xc1e8 / 0xc1 0xe8 (2 bytes) |
| UTF-16-BE (dec) | 193, 232 (2 bytes) |
| UTF-32-BE (hex) | 0xc1e8 / 0x00 0x00 0xc1 0xe8 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 193, 232 (4 bytes) |
| C/C++/Java source code | "\uc1e8" |
| Python source code | "\uc1e8" |