| HTML Entity (dec) | 瞽 | 
| HTML Entity (hex) | 瞽 | 
| UTF-8 (hex) | 0xe79ebd / 0xe7 0x9e 0xbd (3 bytes) | 
| UTF-8 (dec) | 231, 158, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0x77bd / 0x77 0xbd (2 bytes) | 
| UTF-16-BE (dec) | 119, 189 (2 bytes) | 
| UTF-32-BE (hex) | 0x77bd / 0x00 0x00 0x77 0xbd (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 119, 189 (4 bytes) | 
| C/C++/Java source code | "\u77bd" | 
| Python source code | "\u77bd" |