| HTML Entity (dec) | 垝 | 
| HTML Entity (hex) | 垝 | 
| UTF-8 (hex) | 0xe59e9d / 0xe5 0x9e 0x9d (3 bytes) | 
| UTF-8 (dec) | 229, 158, 157 (3 bytes) | 
| UTF-16-BE (hex) | 0x579d / 0x57 0x9d (2 bytes) | 
| UTF-16-BE (dec) | 87, 157 (2 bytes) | 
| UTF-32-BE (hex) | 0x579d / 0x00 0x00 0x57 0x9d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 87, 157 (4 bytes) | 
| C/C++/Java source code | "\u579d" | 
| Python source code | "\u579d" |