Unicode Character 'GREEK CAPITAL LETTER OMEGA' (U+03A9) |
![]() ![]() |
Unicode Data | |
---|---|
Name | GREEK CAPITAL LETTER OMEGA |
Block | Greek and Coptic |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Lower case | U+03C9 |
See Also | ohm sign U+2126 inverted ohm sign U+2127 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Ω |
HTML Entity (hex) | Ω |
HTML Entity (named) | Ω |
How to type in Microsoft Windows | Alt +03A9 Alt 234 |
UTF-8 (hex) | 0xCE 0xA9 (cea9) |
UTF-8 (binary) | 11001110:10101001 |
UTF-16 (hex) | 0x03A9 (03a9) |
UTF-16 (decimal) | 937 |
UTF-32 (hex) | 0x000003A9 (03A9) |
UTF-32 (decimal) | 937 |
C/C++/Java source code | "\u03A9" |
Python source code | u"\u03A9" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ω |
string.toLowerCase() | ω |
Character.UnicodeBlock | GREEK |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 1 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | Yes |
Character.isLetterOrDigit() | Yes |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | Yes |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |