| HTML Entity (dec) | 쨵 |
| HTML Entity (hex) | 쨵 |
| UTF-8 (hex) | 0xeca8b5 / 0xec 0xa8 0xb5 (3 bytes) |
| UTF-8 (dec) | 236, 168, 181 (3 bytes) |
| UTF-16-BE (hex) | 0xca35 / 0xca 0x35 (2 bytes) |
| UTF-16-BE (dec) | 202, 53 (2 bytes) |
| UTF-32-BE (hex) | 0xca35 / 0x00 0x00 0xca 0x35 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 202, 53 (4 bytes) |
| C/C++/Java source code | "\uca35" |
| Python source code | "\uca35" |