| HTML Entity (dec) | 쯐 |
| HTML Entity (hex) | 쯐 |
| UTF-8 (hex) | 0xecaf90 / 0xec 0xaf 0x90 (3 bytes) |
| UTF-8 (dec) | 236, 175, 144 (3 bytes) |
| UTF-16-BE (hex) | 0xcbd0 / 0xcb 0xd0 (2 bytes) |
| UTF-16-BE (dec) | 203, 208 (2 bytes) |
| UTF-32-BE (hex) | 0xcbd0 / 0x00 0x00 0xcb 0xd0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 203, 208 (4 bytes) |
| C/C++/Java source code | "\ucbd0" |
| Python source code | "\ucbd0" |