| HTML Entity (dec) | 껕 |
| HTML Entity (hex) | 껕 |
| UTF-8 (hex) | 0xeabb95 / 0xea 0xbb 0x95 (3 bytes) |
| UTF-8 (dec) | 234, 187, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xaed5 / 0xae 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 174, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xaed5 / 0x00 0x00 0xae 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 174, 213 (4 bytes) |
| C/C++/Java source code | "\uaed5" |
| Python source code | "\uaed5" |