| HTML Entity (dec) | 椌 | 
| HTML Entity (hex) | 椌 | 
| UTF-8 (hex) | 0xe6a48c / 0xe6 0xa4 0x8c (3 bytes) | 
| UTF-8 (dec) | 230, 164, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0x690c / 0x69 0x0c (2 bytes) | 
| UTF-16-BE (dec) | 105, 12 (2 bytes) | 
| UTF-32-BE (hex) | 0x690c / 0x00 0x00 0x69 0x0c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 105, 12 (4 bytes) | 
| C/C++/Java source code | "\u690c" | 
| Python source code | "\u690c" |