| HTML Entity (dec) | 薎 | 
| HTML Entity (hex) | 薎 | 
| UTF-8 (hex) | 0xe8968e / 0xe8 0x96 0x8e (3 bytes) | 
| UTF-8 (dec) | 232, 150, 142 (3 bytes) | 
| UTF-16-BE (hex) | 0x858e / 0x85 0x8e (2 bytes) | 
| UTF-16-BE (dec) | 133, 142 (2 bytes) | 
| UTF-32-BE (hex) | 0x858e / 0x00 0x00 0x85 0x8e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 133, 142 (4 bytes) | 
| C/C++/Java source code | "\u858e" | 
| Python source code | "\u858e" |