Unicode Character 'GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL' (U+03D4) |
Unicode Data | |
---|---|
Name | GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL |
Block | Greek and Coptic |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | GREEK UPSILON WITH HOOK SYMBOL (U+03D2) COMBINING DIAERESIS (U+0308) |
Mirror | N |
Old name | GREEK CAPITAL LETTER UPSILON HOOK DIAERESIS |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ϔ |
HTML Entity (hex) | ϔ |
How to type in Microsoft Windows | Alt +03D4 |
UTF-8 (hex) | 0xCF 0x94 (cf94) |
UTF-8 (binary) | 11001111:10010100 |
UTF-16 (hex) | 0x03D4 (03d4) |
UTF-16 (decimal) | 980 |
UTF-32 (hex) | 0x000003D4 (03d4) |
UTF-32 (decimal) | 980 |
C/C++/Java source code | "\u03D4" |
Python source code | u"\u03D4" |
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 |