| HTML Entity (dec) | 홾 |
| HTML Entity (hex) | 홾 |
| UTF-8 (hex) | 0xed99be / 0xed 0x99 0xbe (3 bytes) |
| UTF-8 (dec) | 237, 153, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xd67e / 0xd6 0x7e (2 bytes) |
| UTF-16-BE (dec) | 214, 126 (2 bytes) |
| UTF-32-BE (hex) | 0xd67e / 0x00 0x00 0xd6 0x7e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 214, 126 (4 bytes) |
| C/C++/Java source code | "\ud67e" |
| Python source code | "\ud67e" |