| HTML Entity (dec) | 崵 | 
| HTML Entity (hex) | 崵 | 
| UTF-8 (hex) | 0xe5b4b5 / 0xe5 0xb4 0xb5 (3 bytes) | 
| UTF-8 (dec) | 229, 180, 181 (3 bytes) | 
| UTF-16-BE (hex) | 0x5d35 / 0x5d 0x35 (2 bytes) | 
| UTF-16-BE (dec) | 93, 53 (2 bytes) | 
| UTF-32-BE (hex) | 0x5d35 / 0x00 0x00 0x5d 0x35 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 93, 53 (4 bytes) | 
| C/C++/Java source code | "\u5d35" | 
| Python source code | "\u5d35" |