| HTML Entity (dec) | 헦 |
| HTML Entity (hex) | 헦 |
| UTF-8 (hex) | 0xed97a6 / 0xed 0x97 0xa6 (3 bytes) |
| UTF-8 (dec) | 237, 151, 166 (3 bytes) |
| UTF-16-BE (hex) | 0xd5e6 / 0xd5 0xe6 (2 bytes) |
| UTF-16-BE (dec) | 213, 230 (2 bytes) |
| UTF-32-BE (hex) | 0xd5e6 / 0x00 0x00 0xd5 0xe6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 213, 230 (4 bytes) |
| C/C++/Java source code | "\ud5e6" |
| Python source code | "\ud5e6" |