| HTML Entity (dec) | 幱 | 
| HTML Entity (hex) | 幱 | 
| UTF-8 (hex) | 0xe5b9b1 / 0xe5 0xb9 0xb1 (3 bytes) | 
| UTF-8 (dec) | 229, 185, 177 (3 bytes) | 
| UTF-16-BE (hex) | 0x5e71 / 0x5e 0x71 (2 bytes) | 
| UTF-16-BE (dec) | 94, 113 (2 bytes) | 
| UTF-32-BE (hex) | 0x5e71 / 0x00 0x00 0x5e 0x71 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 94, 113 (4 bytes) | 
| C/C++/Java source code | "\u5e71" | 
| Python source code | "\u5e71" |