| HTML Entity (dec) | 귌 |
| HTML Entity (hex) | 귌 |
| UTF-8 (hex) | 0xeab78c / 0xea 0xb7 0x8c (3 bytes) |
| UTF-8 (dec) | 234, 183, 140 (3 bytes) |
| UTF-16-BE (hex) | 0xadcc / 0xad 0xcc (2 bytes) |
| UTF-16-BE (dec) | 173, 204 (2 bytes) |
| UTF-32-BE (hex) | 0xadcc / 0x00 0x00 0xad 0xcc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 173, 204 (4 bytes) |
| C/C++/Java source code | "\uadcc" |
| Python source code | "\uadcc" |