| HTML Entity (dec) | 걲 |
| HTML Entity (hex) | 걲 |
| UTF-8 (hex) | 0xeab1b2 / 0xea 0xb1 0xb2 (3 bytes) |
| UTF-8 (dec) | 234, 177, 178 (3 bytes) |
| UTF-16-BE (hex) | 0xac72 / 0xac 0x72 (2 bytes) |
| UTF-16-BE (dec) | 172, 114 (2 bytes) |
| UTF-32-BE (hex) | 0xac72 / 0x00 0x00 0xac 0x72 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 172, 114 (4 bytes) |
| C/C++/Java source code | "\uac72" |
| Python source code | "\uac72" |