| HTML Entity (dec) | 캜 |
| HTML Entity (hex) | 캜 |
| UTF-8 (hex) | 0xecba9c / 0xec 0xba 0x9c (3 bytes) |
| UTF-8 (dec) | 236, 186, 156 (3 bytes) |
| UTF-16-BE (hex) | 0xce9c / 0xce 0x9c (2 bytes) |
| UTF-16-BE (dec) | 206, 156 (2 bytes) |
| UTF-32-BE (hex) | 0xce9c / 0x00 0x00 0xce 0x9c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 206, 156 (4 bytes) |
| C/C++/Java source code | "\uce9c" |
| Python source code | "\uce9c" |