| HTML Entity (dec) | 컶 |
| HTML Entity (hex) | 컶 |
| UTF-8 (hex) | 0xecbbb6 / 0xec 0xbb 0xb6 (3 bytes) |
| UTF-8 (dec) | 236, 187, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xcef6 / 0xce 0xf6 (2 bytes) |
| UTF-16-BE (dec) | 206, 246 (2 bytes) |
| UTF-32-BE (hex) | 0xcef6 / 0x00 0x00 0xce 0xf6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 246 (4 bytes) |
| C/C++/Java source code | "\ucef6" |
| Python source code | "\ucef6" |