| HTML Entity (dec) | 嵺 | 
| HTML Entity (hex) | 嵺 | 
| UTF-8 (hex) | 0xe5b5ba / 0xe5 0xb5 0xba (3 bytes) | 
| UTF-8 (dec) | 229, 181, 186 (3 bytes) | 
| UTF-16-BE (hex) | 0x5d7a / 0x5d 0x7a (2 bytes) | 
| UTF-16-BE (dec) | 93, 122 (2 bytes) | 
| UTF-32-BE (hex) | 0x5d7a / 0x00 0x00 0x5d 0x7a (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 93, 122 (4 bytes) | 
| C/C++/Java source code | "\u5d7a" | 
| Python source code | "\u5d7a" |