| HTML Entity (dec) | 錆 |
| HTML Entity (hex) | 錆 |
| UTF-8 (hex) | 0xe98c86 / 0xe9 0x8c 0x86 (3 bytes) |
| UTF-8 (dec) | 233, 140, 134 (3 bytes) |
| UTF-16-BE (hex) | 0x9306 / 0x93 0x06 (2 bytes) |
| UTF-16-BE (dec) | 147, 6 (2 bytes) |
| UTF-32-BE (hex) | 0x9306 / 0x00 0x00 0x93 0x06 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 147, 6 (4 bytes) |
| C/C++/Java source code | "\u9306" |
| Python source code | "\u9306" |