| HTML Entity (dec) | 慝 | 
| HTML Entity (hex) | 慝 | 
| UTF-8 (hex) | 0xe6859d / 0xe6 0x85 0x9d (3 bytes) | 
| UTF-8 (dec) | 230, 133, 157 (3 bytes) | 
| UTF-16-BE (hex) | 0x615d / 0x61 0x5d (2 bytes) | 
| UTF-16-BE (dec) | 97, 93 (2 bytes) | 
| UTF-32-BE (hex) | 0x615d / 0x00 0x00 0x61 0x5d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 97, 93 (4 bytes) | 
| C/C++/Java source code | "\u615d" | 
| Python source code | "\u615d" |