| HTML Entity (dec) | 皚 | 
| HTML Entity (hex) | 皚 | 
| UTF-8 (hex) | 0xe79a9a / 0xe7 0x9a 0x9a (3 bytes) | 
| UTF-8 (dec) | 231, 154, 154 (3 bytes) | 
| UTF-16-BE (hex) | 0x769a / 0x76 0x9a (2 bytes) | 
| UTF-16-BE (dec) | 118, 154 (2 bytes) | 
| UTF-32-BE (hex) | 0x769a / 0x00 0x00 0x76 0x9a (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 118, 154 (4 bytes) | 
| C/C++/Java source code | "\u769a" | 
| Python source code | "\u769a" |