| HTML Entity (dec) | 銲 |
| HTML Entity (hex) | 銲 |
| UTF-8 (hex) | 0xe98ab2 / 0xe9 0x8a 0xb2 (3 bytes) |
| UTF-8 (dec) | 233, 138, 178 (3 bytes) |
| UTF-16-BE (hex) | 0x92b2 / 0x92 0xb2 (2 bytes) |
| UTF-16-BE (dec) | 146, 178 (2 bytes) |
| UTF-32-BE (hex) | 0x92b2 / 0x00 0x00 0x92 0xb2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 146, 178 (4 bytes) |
| C/C++/Java source code | "\u92b2" |
| Python source code | "\u92b2" |