| HTML Entity (dec) | 쫿 |
| HTML Entity (hex) | 쫿 |
| UTF-8 (hex) | 0xecabbf / 0xec 0xab 0xbf (3 bytes) |
| UTF-8 (dec) | 236, 171, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xcaff / 0xca 0xff (2 bytes) |
| UTF-16-BE (dec) | 202, 255 (2 bytes) |
| UTF-32-BE (hex) | 0xcaff / 0x00 0x00 0xca 0xff (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 202, 255 (4 bytes) |
| C/C++/Java source code | "\ucaff" |
| Python source code | "\ucaff" |