Character Sets | Decimal | Hex |
---|---|---|
Windows-1256 | 159 | 9F |
Unicode | U+06BA | |
---|---|---|
Unicode Decimal | 1722 | |
Unicode Escape | \u06ba | |
UTF-8 (hex) | 0xDA 0xBA | |
UTF-8 (binary) | 11011010:10111010 | |
UTF-8 (binary) | ||
11011010:10111010 | ||
UTF-16 | 0x06BA | |
UTF-32 | 0x000006BA |
HTML Number | ں | |
---|---|---|
HTML Hex | ں |
URL Escape Code | %DA%BA | |
---|---|---|
Quoted-printable | =DA=BA |
C, C++, and Java | "\u06BA" | |
---|---|---|
CSS Code | \06BA | |
JavaScript | "\u06BA" | |
Perl | \x{06BA} | |
Python 2 | u"\u06BA" | |
Python 3 | \u06BA | |
Ruby | \u{06BA} |