| HTML Entity (dec) | 嚛 | 
| HTML Entity (hex) | 嚛 | 
| UTF-8 (hex) | 0xe59a9b / 0xe5 0x9a 0x9b (3 bytes) | 
| UTF-8 (dec) | 229, 154, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x569b / 0x56 0x9b (2 bytes) | 
| UTF-16-BE (dec) | 86, 155 (2 bytes) | 
| UTF-32-BE (hex) | 0x569b / 0x00 0x00 0x56 0x9b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 86, 155 (4 bytes) | 
| C/C++/Java source code | "\u569b" | 
| Python source code | "\u569b" |