| HTML Entity (dec) | 촆 |
| HTML Entity (hex) | 촆 |
| UTF-8 (hex) | 0xecb486 / 0xec 0xb4 0x86 (3 bytes) |
| UTF-8 (dec) | 236, 180, 134 (3 bytes) |
| UTF-16-BE (hex) | 0xcd06 / 0xcd 0x06 (2 bytes) |
| UTF-16-BE (dec) | 205, 6 (2 bytes) |
| UTF-32-BE (hex) | 0xcd06 / 0x00 0x00 0xcd 0x06 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 205, 6 (4 bytes) |
| C/C++/Java source code | "\ucd06" |
| Python source code | "\ucd06" |