| HTML Entity (dec) | 쾫 |
| HTML Entity (hex) | 쾫 |
| UTF-8 (hex) | 0xecbeab / 0xec 0xbe 0xab (3 bytes) |
| UTF-8 (dec) | 236, 190, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xcfab / 0xcf 0xab (2 bytes) |
| UTF-16-BE (dec) | 207, 171 (2 bytes) |
| UTF-32-BE (hex) | 0xcfab / 0x00 0x00 0xcf 0xab (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 207, 171 (4 bytes) |
| C/C++/Java source code | "\ucfab" |
| Python source code | "\ucfab" |