| HTML Entity (dec) | 䔫 |
| HTML Entity (hex) | 䔫 |
| UTF-8 (hex) | 0xe494ab / 0xe4 0x94 0xab (3 bytes) |
| UTF-8 (dec) | 228, 148, 171 (3 bytes) |
| UTF-16-BE (hex) | 0x452b / 0x45 0x2b (2 bytes) |
| UTF-16-BE (dec) | 69, 43 (2 bytes) |
| UTF-32-BE (hex) | 0x452b / 0x00 0x00 0x45 0x2b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 69, 43 (4 bytes) |
| C/C++/Java source code | "\u452b" |
| Python source code | "\u452b" |