| HTML Entity (dec) | 蕽 | 
| HTML Entity (hex) | 蕽 | 
| UTF-8 (hex) | 0xe895bd / 0xe8 0x95 0xbd (3 bytes) | 
| UTF-8 (dec) | 232, 149, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0x857d / 0x85 0x7d (2 bytes) | 
| UTF-16-BE (dec) | 133, 125 (2 bytes) | 
| UTF-32-BE (hex) | 0x857d / 0x00 0x00 0x85 0x7d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 133, 125 (4 bytes) | 
| C/C++/Java source code | "\u857d" | 
| Python source code | "\u857d" |