| HTML Entity (dec) | 矊 | 
| HTML Entity (hex) | 矊 | 
| UTF-8 (hex) | 0xe79f8a / 0xe7 0x9f 0x8a (3 bytes) | 
| UTF-8 (dec) | 231, 159, 138 (3 bytes) | 
| UTF-16-BE (hex) | 0x77ca / 0x77 0xca (2 bytes) | 
| UTF-16-BE (dec) | 119, 202 (2 bytes) | 
| UTF-32-BE (hex) | 0x77ca / 0x00 0x00 0x77 0xca (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 119, 202 (4 bytes) | 
| C/C++/Java source code | "\u77ca" | 
| Python source code | "\u77ca" |