| HTML Entity (dec) | 괿 | 
| HTML Entity (hex) | 괿 | 
| UTF-8 (hex) | 0xeab4bf / 0xea 0xb4 0xbf (3 bytes) | 
| UTF-8 (dec) | 234, 180, 191 (3 bytes) | 
| UTF-16-BE (hex) | 0xad3f / 0xad 0x3f (2 bytes) | 
| UTF-16-BE (dec) | 173, 63 (2 bytes) | 
| UTF-32-BE (hex) | 0xad3f / 0x00 0x00 0xad 0x3f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 173, 63 (4 bytes) | 
| C/C++/Java source code | "\uad3f" | 
| Python source code | "\uad3f" |