| HTML Entity (dec) | 쨱 |
| HTML Entity (hex) | 쨱 |
| UTF-8 (hex) | 0xeca8b1 / 0xec 0xa8 0xb1 (3 bytes) |
| UTF-8 (dec) | 236, 168, 177 (3 bytes) |
| UTF-16-BE (hex) | 0xca31 / 0xca 0x31 (2 bytes) |
| UTF-16-BE (dec) | 202, 49 (2 bytes) |
| UTF-32-BE (hex) | 0xca31 / 0x00 0x00 0xca 0x31 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 202, 49 (4 bytes) |
| C/C++/Java source code | "\uca31" |
| Python source code | "\uca31" |