Unicode Character 'GREEK SMALL LETTER KOPPA' (U+03DF) |
Unicode Data | |
---|---|
Name | GREEK SMALL LETTER KOPPA |
Block | Greek and Coptic |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Upper case | U+03DE |
Title case | U+03DE |
Comments | used in modern Greek as a symbol with a numeric value of 90, as in the dating of legal documentation |
Version | Unicode 3.0.0 (September, 1999) |
Encodings | |
---|---|
HTML Entity (decimal) | ϟ |
HTML Entity (hex) | ϟ |
How to type in Microsoft Windows | Alt +03DF |
UTF-8 (hex) | 0xCF 0x9F (cf9f) |
UTF-8 (binary) | 11001111:10011111 |
UTF-16 (hex) | 0x03DF (03df) |
UTF-16 (decimal) | 991 |
UTF-32 (hex) | 0x000003DF (03df) |
UTF-32 (decimal) | 991 |
C/C++/Java source code | "\u03DF" |
Python source code | u"\u03DF" |
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() | 2 |
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() | Yes |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |