| HTML Entity (dec) | 챩 |
| HTML Entity (hex) | 챩 |
| UTF-8 (hex) | 0xecb1a9 / 0xec 0xb1 0xa9 (3 bytes) |
| UTF-8 (dec) | 236, 177, 169 (3 bytes) |
| UTF-16-BE (hex) | 0xcc69 / 0xcc 0x69 (2 bytes) |
| UTF-16-BE (dec) | 204, 105 (2 bytes) |
| UTF-32-BE (hex) | 0xcc69 / 0x00 0x00 0xcc 0x69 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 204, 105 (4 bytes) |
| C/C++/Java source code | "\ucc69" |
| Python source code | "\ucc69" |