| HTML Entity (dec) | 헇 |
| HTML Entity (hex) | 헇 |
| UTF-8 (hex) | 0xed9787 / 0xed 0x97 0x87 (3 bytes) |
| UTF-8 (dec) | 237, 151, 135 (3 bytes) |
| UTF-16-BE (hex) | 0xd5c7 / 0xd5 0xc7 (2 bytes) |
| UTF-16-BE (dec) | 213, 199 (2 bytes) |
| UTF-32-BE (hex) | 0xd5c7 / 0x00 0x00 0xd5 0xc7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 213, 199 (4 bytes) |
| C/C++/Java source code | "\ud5c7" |
| Python source code | "\ud5c7" |