| HTML Entity (dec) | 껀 |
| HTML Entity (hex) | 껀 |
| UTF-8 (hex) | 0xeabb80 / 0xea 0xbb 0x80 (3 bytes) |
| UTF-8 (dec) | 234, 187, 128 (3 bytes) |
| UTF-16-BE (hex) | 0xaec0 / 0xae 0xc0 (2 bytes) |
| UTF-16-BE (dec) | 174, 192 (2 bytes) |
| UTF-32-BE (hex) | 0xaec0 / 0x00 0x00 0xae 0xc0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 174, 192 (4 bytes) |
| C/C++/Java source code | "\uaec0" |
| Python source code | "\uaec0" |