| HTML Entity (dec) | 柎 | 
| HTML Entity (hex) | 柎 | 
| UTF-8 (hex) | 0xe69f8e / 0xe6 0x9f 0x8e (3 bytes) | 
| UTF-8 (dec) | 230, 159, 142 (3 bytes) | 
| UTF-16-BE (hex) | 0x67ce / 0x67 0xce (2 bytes) | 
| UTF-16-BE (dec) | 103, 206 (2 bytes) | 
| UTF-32-BE (hex) | 0x67ce / 0x00 0x00 0x67 0xce (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 103, 206 (4 bytes) | 
| C/C++/Java source code | "\u67ce" | 
| Python source code | "\u67ce" |