Character Sets | Decimal | Hex |
---|---|---|
Windows-1255 | 164 | A4 |
Unicode | U+20AA | |
---|---|---|
Unicode Decimal | 8362 | |
Unicode Escape | \u20aa | |
UTF-8 (hex) | 0xE2 0x82 0xAA | |
UTF-8 (binary) | 11100010:10000010:10101010 | |
UTF-8 (binary) | ||
11100010:10000010:10101010 | ||
UTF-16 | 0x20AA | |
UTF-32 | 0x000020AA |
HTML Number | ₪ | |
---|---|---|
HTML Hex | ₪ |
URL Escape Code | %E2%82%AA | |
---|---|---|
Quoted-printable | =E2=82=AA |
C, C++, and Java | "\u20AA" | |
---|---|---|
CSS Code | \20AA | |
JavaScript | "\u20AA" | |
Perl | \x{20AA} | |
Python 2 | u"\u20AA" | |
Python 3 | \u20AA | |
Ruby | \u{20AA} |