| HTML Entity (dec) | 굧 |
| HTML Entity (hex) | 굧 |
| UTF-8 (hex) | 0xeab5a7 / 0xea 0xb5 0xa7 (3 bytes) |
| UTF-8 (dec) | 234, 181, 167 (3 bytes) |
| UTF-16-BE (hex) | 0xad67 / 0xad 0x67 (2 bytes) |
| UTF-16-BE (dec) | 173, 103 (2 bytes) |
| UTF-32-BE (hex) | 0xad67 / 0x00 0x00 0xad 0x67 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 173, 103 (4 bytes) |
| C/C++/Java source code | "\uad67" |
| Python source code | "\uad67" |