
| Character Sets | Decimal | Hex |
|---|---|---|
| ISO-8859-7 | 219 | DB |
| Windows-1253 | 219 | DB |
| Unicode | U+03AB | |
|---|---|---|
| Unicode Decimal | 939 | |
| Unicode Escape | \u03ab | |
| UTF-8 (hex) | 0xCE 0xAB | |
| UTF-8 (binary) | 11001110:10101011 | |
| UTF-8 (binary) | ||
| 11001110:10101011 | ||
| UTF-16 | 0x03AB | |
| UTF-32 | 0x000003AB | |
| HTML Number | Ϋ | |
|---|---|---|
| HTML Hex | Ϋ |
| URL Escape Code | %CE%AB | |
|---|---|---|
| Quoted-printable | =CE=AB |
| C, C++, and Java | "\u03AB" | |
|---|---|---|
| CSS Code | \03AB | |
| JavaScript | "\u03AB" | |
| Perl | \x{03AB} | |
| Python 2 | u"\u03AB" | |
| Python 3 | \u03AB | |
| Ruby | \u{03AB} |