Character Sets | Decimal | Hex |
---|---|---|
ISO-8859-7 | 191 | BF |
Windows-1253 | 191 | BF |
Unicode | U+038F | |
---|---|---|
Unicode Decimal | 911 | |
Unicode Escape | \u038f | |
UTF-8 (hex) | 0xCE 0x8F | |
UTF-8 (binary) | 11001110:10001111 | |
UTF-8 (binary) | ||
11001110:10001111 | ||
UTF-16 | 0x038F | |
UTF-32 | 0x0000038F |
HTML Number | Ώ | |
---|---|---|
HTML Hex | Ώ |
URL Escape Code | %CE%8F | |
---|---|---|
Quoted-printable | =CE=8F |
C, C++, and Java | "\u038F" | |
---|---|---|
CSS Code | \038F | |
JavaScript | "\u038F" | |
Perl | \x{038F} | |
Python 2 | u"\u038F" | |
Python 3 | \u038F | |
Ruby | \u{038F} |