| HTML Entity (dec) | 휹 |
| HTML Entity (hex) | 휹 |
| UTF-8 (hex) | 0xed9cb9 / 0xed 0x9c 0xb9 (3 bytes) |
| UTF-8 (dec) | 237, 156, 185 (3 bytes) |
| UTF-16-BE (hex) | 0xd739 / 0xd7 0x39 (2 bytes) |
| UTF-16-BE (dec) | 215, 57 (2 bytes) |
| UTF-32-BE (hex) | 0xd739 / 0x00 0x00 0xd7 0x39 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 215, 57 (4 bytes) |
| C/C++/Java source code | "\ud739" |
| Python source code | "\ud739" |