| HTML Entity (dec) | 秛 | 
| HTML Entity (hex) | 秛 | 
| UTF-8 (hex) | 0xe7a79b / 0xe7 0xa7 0x9b (3 bytes) | 
| UTF-8 (dec) | 231, 167, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x79db / 0x79 0xdb (2 bytes) | 
| UTF-16-BE (dec) | 121, 219 (2 bytes) | 
| UTF-32-BE (hex) | 0x79db / 0x00 0x00 0x79 0xdb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 121, 219 (4 bytes) | 
| C/C++/Java source code | "\u79db" | 
| Python source code | "\u79db" |