| HTML Entity (dec) | 헃 |
| HTML Entity (hex) | 헃 |
| UTF-8 (hex) | 0xed9783 / 0xed 0x97 0x83 (3 bytes) |
| UTF-8 (dec) | 237, 151, 131 (3 bytes) |
| UTF-16-BE (hex) | 0xd5c3 / 0xd5 0xc3 (2 bytes) |
| UTF-16-BE (dec) | 213, 195 (2 bytes) |
| UTF-32-BE (hex) | 0xd5c3 / 0x00 0x00 0xd5 0xc3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 213, 195 (4 bytes) |
| C/C++/Java source code | "\ud5c3" |
| Python source code | "\ud5c3" |