| HTML Entity (dec) | 걆 |
| HTML Entity (hex) | 걆 |
| UTF-8 (hex) | 0xeab186 / 0xea 0xb1 0x86 (3 bytes) |
| UTF-8 (dec) | 234, 177, 134 (3 bytes) |
| UTF-16-BE (hex) | 0xac46 / 0xac 0x46 (2 bytes) |
| UTF-16-BE (dec) | 172, 70 (2 bytes) |
| UTF-32-BE (hex) | 0xac46 / 0x00 0x00 0xac 0x46 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 172, 70 (4 bytes) |
| C/C++/Java source code | "\uac46" |
| Python source code | "\uac46" |