| HTML Entity (dec) | 䢎 |
| HTML Entity (hex) | 䢎 |
| UTF-8 (hex) | 0xe4a28e / 0xe4 0xa2 0x8e (3 bytes) |
| UTF-8 (dec) | 228, 162, 142 (3 bytes) |
| UTF-16-BE (hex) | 0x488e / 0x48 0x8e (2 bytes) |
| UTF-16-BE (dec) | 72, 142 (2 bytes) |
| UTF-32-BE (hex) | 0x488e / 0x00 0x00 0x48 0x8e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 72, 142 (4 bytes) |
| C/C++/Java source code | "\u488e" |
| Python source code | "\u488e" |