| HTML Entity (dec) | 컬 |
| HTML Entity (hex) | 컬 |
| UTF-8 (hex) | 0xecbbac / 0xec 0xbb 0xac (3 bytes) |
| UTF-8 (dec) | 236, 187, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xceec / 0xce 0xec (2 bytes) |
| UTF-16-BE (dec) | 206, 236 (2 bytes) |
| UTF-32-BE (hex) | 0xceec / 0x00 0x00 0xce 0xec (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 236 (4 bytes) |
| C/C++/Java source code | "\uceec" |
| Python source code | "\uceec" |