| HTML Entity (dec) | 唙 | 
| HTML Entity (hex) | 唙 | 
| UTF-8 (hex) | 0xe59499 / 0xe5 0x94 0x99 (3 bytes) | 
| UTF-8 (dec) | 229, 148, 153 (3 bytes) | 
| UTF-16-BE (hex) | 0x5519 / 0x55 0x19 (2 bytes) | 
| UTF-16-BE (dec) | 85, 25 (2 bytes) | 
| UTF-32-BE (hex) | 0x5519 / 0x00 0x00 0x55 0x19 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 85, 25 (4 bytes) | 
| C/C++/Java source code | "\u5519" | 
| Python source code | "\u5519" |