| HTML Entity (dec) | 걿 |
| HTML Entity (hex) | 걿 |
| UTF-8 (hex) | 0xeab1bf / 0xea 0xb1 0xbf (3 bytes) |
| UTF-8 (dec) | 234, 177, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xac7f / 0xac 0x7f (2 bytes) |
| UTF-16-BE (dec) | 172, 127 (2 bytes) |
| UTF-32-BE (hex) | 0xac7f / 0x00 0x00 0xac 0x7f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 172, 127 (4 bytes) |
| C/C++/Java source code | "\uac7f" |
| Python source code | "\uac7f" |