| HTML Entity (dec) | 䭆 |
| HTML Entity (hex) | 䭆 |
| UTF-8 (hex) | 0xe4ad86 / 0xe4 0xad 0x86 (3 bytes) |
| UTF-8 (dec) | 228, 173, 134 (3 bytes) |
| UTF-16-BE (hex) | 0x4b46 / 0x4b 0x46 (2 bytes) |
| UTF-16-BE (dec) | 75, 70 (2 bytes) |
| UTF-32-BE (hex) | 0x4b46 / 0x00 0x00 0x4b 0x46 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 75, 70 (4 bytes) |
| C/C++/Java source code | "\u4b46" |
| Python source code | "\u4b46" |