| HTML Entity (dec) | 컡 |
| HTML Entity (hex) | 컡 |
| UTF-8 (hex) | 0xecbba1 / 0xec 0xbb 0xa1 (3 bytes) |
| UTF-8 (dec) | 236, 187, 161 (3 bytes) |
| UTF-16-BE (hex) | 0xcee1 / 0xce 0xe1 (2 bytes) |
| UTF-16-BE (dec) | 206, 225 (2 bytes) |
| UTF-32-BE (hex) | 0xcee1 / 0x00 0x00 0xce 0xe1 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 225 (4 bytes) |
| C/C++/Java source code | "\ucee1" |
| Python source code | "\ucee1" |