| HTML Entity (dec) | 盋 | 
| HTML Entity (hex) | 盋 | 
| UTF-8 (hex) | 0xe79b8b / 0xe7 0x9b 0x8b (3 bytes) | 
| UTF-8 (dec) | 231, 155, 139 (3 bytes) | 
| UTF-16-BE (hex) | 0x76cb / 0x76 0xcb (2 bytes) | 
| UTF-16-BE (dec) | 118, 203 (2 bytes) | 
| UTF-32-BE (hex) | 0x76cb / 0x00 0x00 0x76 0xcb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 118, 203 (4 bytes) | 
| C/C++/Java source code | "\u76cb" | 
| Python source code | "\u76cb" |