| HTML Entity (dec) | 䒳 |
| HTML Entity (hex) | 䒳 |
| UTF-8 (hex) | 0xe492b3 / 0xe4 0x92 0xb3 (3 bytes) |
| UTF-8 (dec) | 228, 146, 179 (3 bytes) |
| UTF-16-BE (hex) | 0x44b3 / 0x44 0xb3 (2 bytes) |
| UTF-16-BE (dec) | 68, 179 (2 bytes) |
| UTF-32-BE (hex) | 0x44b3 / 0x00 0x00 0x44 0xb3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 68, 179 (4 bytes) |
| C/C++/Java source code | "\u44b3" |
| Python source code | "\u44b3" |