| HTML Entity (dec) | 핆 |
| HTML Entity (hex) | 핆 |
| UTF-8 (hex) | 0xed9586 / 0xed 0x95 0x86 (3 bytes) |
| UTF-8 (dec) | 237, 149, 134 (3 bytes) |
| UTF-16-BE (hex) | 0xd546 / 0xd5 0x46 (2 bytes) |
| UTF-16-BE (dec) | 213, 70 (2 bytes) |
| UTF-32-BE (hex) | 0xd546 / 0x00 0x00 0xd5 0x46 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 213, 70 (4 bytes) |
| C/C++/Java source code | "\ud546" |
| Python source code | "\ud546" |