| HTML Entity (dec) | 霐 |
| HTML Entity (hex) | 霐 |
| UTF-8 (hex) | 0xe99c90 / 0xe9 0x9c 0x90 (3 bytes) |
| UTF-8 (dec) | 233, 156, 144 (3 bytes) |
| UTF-16-BE (hex) | 0x9710 / 0x97 0x10 (2 bytes) |
| UTF-16-BE (dec) | 151, 16 (2 bytes) |
| UTF-32-BE (hex) | 0x9710 / 0x00 0x00 0x97 0x10 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 151, 16 (4 bytes) |
| C/C++/Java source code | "\u9710" |
| Python source code | "\u9710" |