| HTML Entity (dec) | 䁤 |
| HTML Entity (hex) | 䁤 |
| UTF-8 (hex) | 0xe481a4 / 0xe4 0x81 0xa4 (3 bytes) |
| UTF-8 (dec) | 228, 129, 164 (3 bytes) |
| UTF-16-BE (hex) | 0x4064 / 0x40 0x64 (2 bytes) |
| UTF-16-BE (dec) | 64, 100 (2 bytes) |
| UTF-32-BE (hex) | 0x4064 / 0x00 0x00 0x40 0x64 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 64, 100 (4 bytes) |
| C/C++/Java source code | "\u4064" |
| Python source code | "\u4064" |