| HTML Entity (dec) | 쿤 |
| HTML Entity (hex) | 쿤 |
| UTF-8 (hex) | 0xecbfa4 / 0xec 0xbf 0xa4 (3 bytes) |
| UTF-8 (dec) | 236, 191, 164 (3 bytes) |
| UTF-16-BE (hex) | 0xcfe4 / 0xcf 0xe4 (2 bytes) |
| UTF-16-BE (dec) | 207, 228 (2 bytes) |
| UTF-32-BE (hex) | 0xcfe4 / 0x00 0x00 0xcf 0xe4 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 207, 228 (4 bytes) |
| C/C++/Java source code | "\ucfe4" |
| Python source code | "\ucfe4" |