| HTML Entity (dec) | 峲 | 
| HTML Entity (hex) | 峲 | 
| UTF-8 (hex) | 0xe5b3b2 / 0xe5 0xb3 0xb2 (3 bytes) | 
| UTF-8 (dec) | 229, 179, 178 (3 bytes) | 
| UTF-16-BE (hex) | 0x5cf2 / 0x5c 0xf2 (2 bytes) | 
| UTF-16-BE (dec) | 92, 242 (2 bytes) | 
| UTF-32-BE (hex) | 0x5cf2 / 0x00 0x00 0x5c 0xf2 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 92, 242 (4 bytes) | 
| C/C++/Java source code | "\u5cf2" | 
| Python source code | "\u5cf2" |