| HTML Entity (dec) | 梎 | 
| HTML Entity (hex) | 梎 | 
| UTF-8 (hex) | 0xe6a28e / 0xe6 0xa2 0x8e (3 bytes) | 
| UTF-8 (dec) | 230, 162, 142 (3 bytes) | 
| UTF-16-BE (hex) | 0x688e / 0x68 0x8e (2 bytes) | 
| UTF-16-BE (dec) | 104, 142 (2 bytes) | 
| UTF-32-BE (hex) | 0x688e / 0x00 0x00 0x68 0x8e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 104, 142 (4 bytes) | 
| C/C++/Java source code | "\u688e" | 
| Python source code | "\u688e" |