| HTML Entity (dec) | 쯕 |
| HTML Entity (hex) | 쯕 |
| UTF-8 (hex) | 0xecaf95 / 0xec 0xaf 0x95 (3 bytes) |
| UTF-8 (dec) | 236, 175, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xcbd5 / 0xcb 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 203, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xcbd5 / 0x00 0x00 0xcb 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 203, 213 (4 bytes) |
| C/C++/Java source code | "\ucbd5" |
| Python source code | "\ucbd5" |