| HTML Entity (dec) | 쫙 |
| HTML Entity (hex) | 쫙 |
| UTF-8 (hex) | 0xecab99 / 0xec 0xab 0x99 (3 bytes) |
| UTF-8 (dec) | 236, 171, 153 (3 bytes) |
| UTF-16-BE (hex) | 0xcad9 / 0xca 0xd9 (2 bytes) |
| UTF-16-BE (dec) | 202, 217 (2 bytes) |
| UTF-32-BE (hex) | 0xcad9 / 0x00 0x00 0xca 0xd9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 202, 217 (4 bytes) |
| C/C++/Java source code | "\ucad9" |
| Python source code | "\ucad9" |