| HTML Entity (dec) | 컺 |
| HTML Entity (hex) | 컺 |
| UTF-8 (hex) | 0xecbbba / 0xec 0xbb 0xba (3 bytes) |
| UTF-8 (dec) | 236, 187, 186 (3 bytes) |
| UTF-16-BE (hex) | 0xcefa / 0xce 0xfa (2 bytes) |
| UTF-16-BE (dec) | 206, 250 (2 bytes) |
| UTF-32-BE (hex) | 0xcefa / 0x00 0x00 0xce 0xfa (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 250 (4 bytes) |
| C/C++/Java source code | "\ucefa" |
| Python source code | "\ucefa" |