| HTML Entity (dec) | 괃 |
| HTML Entity (hex) | 괃 |
| UTF-8 (hex) | 0xeab483 / 0xea 0xb4 0x83 (3 bytes) |
| UTF-8 (dec) | 234, 180, 131 (3 bytes) |
| UTF-16-BE (hex) | 0xad03 / 0xad 0x03 (2 bytes) |
| UTF-16-BE (dec) | 173, 3 (2 bytes) |
| UTF-32-BE (hex) | 0xad03 / 0x00 0x00 0xad 0x03 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 173, 3 (4 bytes) |
| C/C++/Java source code | "\uad03" |
| Python source code | "\uad03" |