| HTML Entity (dec) | 䞎 |
| HTML Entity (hex) | 䞎 |
| UTF-8 (hex) | 0xe49e8e / 0xe4 0x9e 0x8e (3 bytes) |
| UTF-8 (dec) | 228, 158, 142 (3 bytes) |
| UTF-16-BE (hex) | 0x478e / 0x47 0x8e (2 bytes) |
| UTF-16-BE (dec) | 71, 142 (2 bytes) |
| UTF-32-BE (hex) | 0x478e / 0x00 0x00 0x47 0x8e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 71, 142 (4 bytes) |
| C/C++/Java source code | "\u478e" |
| Python source code | "\u478e" |