
| Character Sets | Decimal | Hex |
|---|---|---|
| Code page 437 | 157 | 9D |
| ISO-8859-1 | 165 | A5 |
| ISO-8859-8 | 165 | A5 |
| ISO-8859-9 | 165 | A5 |
| Windows-1252 | 165 | A5 |
| Windows-1253 | 165 | A5 |
| Windows-1254 | 165 | A5 |
| Windows-1255 | 165 | A5 |
| Windows-1256 | 165 | A5 |
| Windows-1258 | 165 | A5 |
| Unicode | U+00A5 | |
|---|---|---|
| Unicode Decimal | 165 | |
| Unicode Escape | \u00a5 | |
| UTF-8 (hex) | 0xC2 0xA5 | |
| UTF-8 (binary) | 1100001010100101 | |
| UTF-8 (binary) | ||
| 1100001010100101 | ||
| UTF-16 | 0x00A5 | |
| UTF-32 | 0x000000A5 | |
| HTML Number | ¥ | |
|---|---|---|
| HTML Hex | ¥ | |
| HTML Entity | ¥ | |
| Symbol | Name |
|---|---|
| $ | Dollar |
| ¢ | Cent sign |
| £ | Pound sign |
| ¤ | Currency sign |
| € | Euro sign |
| URL Escape Code | %C2%A5 | |
|---|---|---|
| Quoted-printable | =C2=A5 |
| C, C++, and Java | "\u00A5" | |
|---|---|---|
| CSS Code | \00A5 | |
| JavaScript | "\u00A5" | |
| Perl | \x{00A5} | |
| Python 2 | u"\u00A5" | |
| Python 3 | \u00A5 | |
| Ruby | \u{00A5} |