| HTML Entity (dec) | 銭 |
| HTML Entity (hex) | 銭 |
| UTF-8 (hex) | 0xe98aad / 0xe9 0x8a 0xad (3 bytes) |
| UTF-8 (dec) | 233, 138, 173 (3 bytes) |
| UTF-16-BE (hex) | 0x92ad / 0x92 0xad (2 bytes) |
| UTF-16-BE (dec) | 146, 173 (2 bytes) |
| UTF-32-BE (hex) | 0x92ad / 0x00 0x00 0x92 0xad (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 146, 173 (4 bytes) |
| C/C++/Java source code | "\u92ad" |
| Python source code | "\u92ad" |