| HTML Entity (dec) | 皕 |
| HTML Entity (hex) | 皕 |
| UTF-8 (hex) | 0xe79a95 / 0xe7 0x9a 0x95 (3 bytes) |
| UTF-8 (dec) | 231, 154, 149 (3 bytes) |
| UTF-16-BE (hex) | 0x7695 / 0x76 0x95 (2 bytes) |
| UTF-16-BE (dec) | 118, 149 (2 bytes) |
| UTF-32-BE (hex) | 0x7695 / 0x00 0x00 0x76 0x95 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 118, 149 (4 bytes) |
| C/C++/Java source code | "\u7695" |
| Python source code | "\u7695" |