| HTML Entity (dec) | 䢣 |
| HTML Entity (hex) | 䢣 |
| UTF-8 (hex) | 0xe4a2a3 / 0xe4 0xa2 0xa3 (3 bytes) |
| UTF-8 (dec) | 228, 162, 163 (3 bytes) |
| UTF-16-BE (hex) | 0x48a3 / 0x48 0xa3 (2 bytes) |
| UTF-16-BE (dec) | 72, 163 (2 bytes) |
| UTF-32-BE (hex) | 0x48a3 / 0x00 0x00 0x48 0xa3 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 72, 163 (4 bytes) |
| C/C++/Java source code | "\u48a3" |
| Python source code | "\u48a3" |