| HTML Entity (dec) | 䥆 |
| HTML Entity (hex) | 䥆 |
| UTF-8 (hex) | 0xe4a586 / 0xe4 0xa5 0x86 (3 bytes) |
| UTF-8 (dec) | 228, 165, 134 (3 bytes) |
| UTF-16-BE (hex) | 0x4946 / 0x49 0x46 (2 bytes) |
| UTF-16-BE (dec) | 73, 70 (2 bytes) |
| UTF-32-BE (hex) | 0x4946 / 0x00 0x00 0x49 0x46 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 73, 70 (4 bytes) |
| C/C++/Java source code | "\u4946" |
| Python source code | "\u4946" |