Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-7 | 182 | B6 |
Windows-1253 | 162 | A2 |
Unicode | U+0386 | |
---|---|---|
Unicode Decimal | 902 | |
Unicode Escape | \u0386 | |
UTF-8 (hex) | 0xCE 0x86 | |
UTF-8 (binary) | 11001110:10000110 | |
UTF-8 (binary) | ||
11001110:10000110 | ||
UTF-16 | 0x0386 | |
UTF-32 | 0x00000386 |
HTML Number | Ά | |
---|---|---|
HTML Hex | Ά |
URL Escape Code | %CE%86 | |
---|---|---|
Quoted-printable | =CE=86 |
C, C++, and Java | "\u0386" | |
---|---|---|
CSS Code | \0386 | |
JavaScript | "\u0386" | |
Perl | \x{0386} | |
Python 2 | u"\u0386" | |
Python 3 | \u0386 | |
Ruby | \u{0386} |