| HTML Entity (dec) | 锃 |
| HTML Entity (hex) | 锃 |
| UTF-8 (hex) | 0xe99483 / 0xe9 0x94 0x83 (3 bytes) |
| UTF-8 (dec) | 233, 148, 131 (3 bytes) |
| UTF-16-BE (hex) | 0x9503 / 0x95 0x03 (2 bytes) |
| UTF-16-BE (dec) | 149, 3 (2 bytes) |
| UTF-32-BE (hex) | 0x9503 / 0x00 0x00 0x95 0x03 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 149, 3 (4 bytes) |
| C/C++/Java source code | "\u9503" |
| Python source code | "\u9503" |