| HTML Entity (dec) | 쪴 |
| HTML Entity (hex) | 쪴 |
| UTF-8 (hex) | 0xecaab4 / 0xec 0xaa 0xb4 (3 bytes) |
| UTF-8 (dec) | 236, 170, 180 (3 bytes) |
| UTF-16-BE (hex) | 0xcab4 / 0xca 0xb4 (2 bytes) |
| UTF-16-BE (dec) | 202, 180 (2 bytes) |
| UTF-32-BE (hex) | 0xcab4 / 0x00 0x00 0xca 0xb4 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 202, 180 (4 bytes) |
| C/C++/Java source code | "\ucab4" |
| Python source code | "\ucab4" |