| HTML Entity (dec) | 嬗 | 
| HTML Entity (hex) | 嬗 | 
| UTF-8 (hex) | 0xe5ac97 / 0xe5 0xac 0x97 (3 bytes) | 
| UTF-8 (dec) | 229, 172, 151 (3 bytes) | 
| UTF-16-BE (hex) | 0x5b17 / 0x5b 0x17 (2 bytes) | 
| UTF-16-BE (dec) | 91, 23 (2 bytes) | 
| UTF-32-BE (hex) | 0x5b17 / 0x00 0x00 0x5b 0x17 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 91, 23 (4 bytes) | 
| C/C++/Java source code | "\u5b17" | 
| Python source code | "\u5b17" |