Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-7 | 192 | C0 |
Windows-1253 | 192 | C0 |
Unicode | U+0390 | |
---|---|---|
Unicode Decimal | 912 | |
Unicode Escape | \u0390 | |
UTF-8 (hex) | 0xCE 0x90 | |
UTF-8 (binary) | 11001110:10010000 | |
UTF-8 (binary) | ||
11001110:10010000 | ||
UTF-16 | 0x0390 | |
UTF-32 | 0x00000390 |
HTML Number | ΐ | |
---|---|---|
HTML Hex | ΐ |
URL Escape Code | %CE%90 | |
---|---|---|
Quoted-printable | =CE=90 |
C, C++, and Java | "\u0390" | |
---|---|---|
CSS Code | \0390 | |
JavaScript | "\u0390" | |
Perl | \x{0390} | |
Python 2 | u"\u0390" | |
Python 3 | \u0390 | |
Ruby | \u{0390} |