| HTML Entity (dec) | 컐 |
| HTML Entity (hex) | 컐 |
| UTF-8 (hex) | 0xecbb90 / 0xec 0xbb 0x90 (3 bytes) |
| UTF-8 (dec) | 236, 187, 144 (3 bytes) |
| UTF-16-BE (hex) | 0xced0 / 0xce 0xd0 (2 bytes) |
| UTF-16-BE (dec) | 206, 208 (2 bytes) |
| UTF-32-BE (hex) | 0xced0 / 0x00 0x00 0xce 0xd0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 208 (4 bytes) |
| C/C++/Java source code | "\uced0" |
| Python source code | "\uced0" |