| HTML Entity (dec) | 껷 |
| HTML Entity (hex) | 껷 |
| UTF-8 (hex) | 0xeabbb7 / 0xea 0xbb 0xb7 (3 bytes) |
| UTF-8 (dec) | 234, 187, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xaef7 / 0xae 0xf7 (2 bytes) |
| UTF-16-BE (dec) | 174, 247 (2 bytes) |
| UTF-32-BE (hex) | 0xaef7 / 0x00 0x00 0xae 0xf7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 174, 247 (4 bytes) |
| C/C++/Java source code | "\uaef7" |
| Python source code | "\uaef7" |