| HTML Entity (dec) | 盽 | 
| HTML Entity (hex) | 盽 | 
| UTF-8 (hex) | 0xe79bbd / 0xe7 0x9b 0xbd (3 bytes) | 
| UTF-8 (dec) | 231, 155, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0x76fd / 0x76 0xfd (2 bytes) | 
| UTF-16-BE (dec) | 118, 253 (2 bytes) | 
| UTF-32-BE (hex) | 0x76fd / 0x00 0x00 0x76 0xfd (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 118, 253 (4 bytes) | 
| C/C++/Java source code | "\u76fd" | 
| Python source code | "\u76fd" |