| HTML Entity (dec) | 걵 |
| HTML Entity (hex) | 걵 |
| UTF-8 (hex) | 0xeab1b5 / 0xea 0xb1 0xb5 (3 bytes) |
| UTF-8 (dec) | 234, 177, 181 (3 bytes) |
| UTF-16-BE (hex) | 0xac75 / 0xac 0x75 (2 bytes) |
| UTF-16-BE (dec) | 172, 117 (2 bytes) |
| UTF-32-BE (hex) | 0xac75 / 0x00 0x00 0xac 0x75 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 172, 117 (4 bytes) |
| C/C++/Java source code | "\uac75" |
| Python source code | "\uac75" |