| HTML Entity (dec) | 䌺 |
| HTML Entity (hex) | 䌺 |
| UTF-8 (hex) | 0xe48cba / 0xe4 0x8c 0xba (3 bytes) |
| UTF-8 (dec) | 228, 140, 186 (3 bytes) |
| UTF-16-BE (hex) | 0x433a / 0x43 0x3a (2 bytes) |
| UTF-16-BE (dec) | 67, 58 (2 bytes) |
| UTF-32-BE (hex) | 0x433a / 0x00 0x00 0x43 0x3a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 67, 58 (4 bytes) |
| C/C++/Java source code | "\u433a" |
| Python source code | "\u433a" |