| HTML Entity (dec) | 쌫 |
| HTML Entity (hex) | 쌫 |
| UTF-8 (hex) | 0xec8cab / 0xec 0x8c 0xab (3 bytes) |
| UTF-8 (dec) | 236, 140, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xc32b / 0xc3 0x2b (2 bytes) |
| UTF-16-BE (dec) | 195, 43 (2 bytes) |
| UTF-32-BE (hex) | 0xc32b / 0x00 0x00 0xc3 0x2b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 195, 43 (4 bytes) |
| C/C++/Java source code | "\uc32b" |
| Python source code | "\uc32b" |