Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-8 | 236 | EC |
Windows-1255 | 236 | EC |
Unicode | U+05DC | |
---|---|---|
Unicode Decimal | 1500 | |
Unicode Escape | \u05dc | |
UTF-8 (hex) | 0xD7 0x9C | |
UTF-8 (binary) | 11010111:10011100 | |
UTF-8 (binary) | ||
11010111:10011100 | ||
UTF-16 | 0x05DC | |
UTF-32 | 0x000005DC |
HTML Number | ל | |
---|---|---|
HTML Hex | ל |
URL Escape Code | %D7%9C | |
---|---|---|
Quoted-printable | =D7=9C |
C, C++, and Java | "\u05DC" | |
---|---|---|
CSS Code | \05DC | |
JavaScript | "\u05DC" | |
Perl | \x{05DC} | |
Python 2 | u"\u05DC" | |
Python 3 | \u05DC | |
Ruby | \u{05DC} |