| HTML Entity (dec) | 쵮 |
| HTML Entity (hex) | 쵮 |
| UTF-8 (hex) | 0xecb5ae / 0xec 0xb5 0xae (3 bytes) |
| UTF-8 (dec) | 236, 181, 174 (3 bytes) |
| UTF-16-BE (hex) | 0xcd6e / 0xcd 0x6e (2 bytes) |
| UTF-16-BE (dec) | 205, 110 (2 bytes) |
| UTF-32-BE (hex) | 0xcd6e / 0x00 0x00 0xcd 0x6e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 205, 110 (4 bytes) |
| C/C++/Java source code | "\ucd6e" |
| Python source code | "\ucd6e" |