| HTML Entity (dec) | 䗩 |
| HTML Entity (hex) | 䗩 |
| UTF-8 (hex) | 0xe497a9 / 0xe4 0x97 0xa9 (3 bytes) |
| UTF-8 (dec) | 228, 151, 169 (3 bytes) |
| UTF-16-BE (hex) | 0x45e9 / 0x45 0xe9 (2 bytes) |
| UTF-16-BE (dec) | 69, 233 (2 bytes) |
| UTF-32-BE (hex) | 0x45e9 / 0x00 0x00 0x45 0xe9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 69, 233 (4 bytes) |
| C/C++/Java source code | "\u45e9" |
| Python source code | "\u45e9" |