| HTML Entity (dec) | 摛 | 
| HTML Entity (hex) | 摛 | 
| UTF-8 (hex) | 0xe6919b / 0xe6 0x91 0x9b (3 bytes) | 
| UTF-8 (dec) | 230, 145, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x645b / 0x64 0x5b (2 bytes) | 
| UTF-16-BE (dec) | 100, 91 (2 bytes) | 
| UTF-32-BE (hex) | 0x645b / 0x00 0x00 0x64 0x5b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 100, 91 (4 bytes) | 
| C/C++/Java source code | "\u645b" | 
| Python source code | "\u645b" |