| HTML Entity (dec) | 峣 | 
| HTML Entity (hex) | 峣 | 
| UTF-8 (hex) | 0xe5b3a3 / 0xe5 0xb3 0xa3 (3 bytes) | 
| UTF-8 (dec) | 229, 179, 163 (3 bytes) | 
| UTF-16-BE (hex) | 0x5ce3 / 0x5c 0xe3 (2 bytes) | 
| UTF-16-BE (dec) | 92, 227 (2 bytes) | 
| UTF-32-BE (hex) | 0x5ce3 / 0x00 0x00 0x5c 0xe3 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 92, 227 (4 bytes) | 
| C/C++/Java source code | "\u5ce3" | 
| Python source code | "\u5ce3" |