| HTML Entity (dec) | 쪶 |
| HTML Entity (hex) | 쪶 |
| UTF-8 (hex) | 0xecaab6 / 0xec 0xaa 0xb6 (3 bytes) |
| UTF-8 (dec) | 236, 170, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xcab6 / 0xca 0xb6 (2 bytes) |
| UTF-16-BE (dec) | 202, 182 (2 bytes) |
| UTF-32-BE (hex) | 0xcab6 / 0x00 0x00 0xca 0xb6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 202, 182 (4 bytes) |
| C/C++/Java source code | "\ucab6" |
| Python source code | "\ucab6" |