Unicode Character 'DOT ABOVE' (U+02D9) |
Unicode Data | |
---|---|
Name | DOT ABOVE |
Block | Spacing Modifier Letters |
Category | Symbol, Modifier [Sk] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Decomposition | <compat> SPACE (U+0020) COMBINING DOT ABOVE (U+0307) |
Mirror | N |
Old name | SPACING DOT ABOVE |
Index entries | ABOVE, DOT DOT ABOVE mandarin chinese fifth or neutral tone chinese fifth or neutral tone, mandarin neutral tone, mandarin chinese fifth or tone, mandarin chinese fifth or neutral |
Comments | Mandarin Chinese fifth tone (light or neutral) |
See Also | combining dot above U+0307 |
Approximations | 0020 0307 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ˙ |
HTML Entity (hex) | ˙ |
How to type in Microsoft Windows | Alt +02D9 |
UTF-8 (hex) | 0xCB 0x99 (cb99) |
UTF-8 (binary) | 11001011:10011001 |
UTF-16 (hex) | 0x02D9 (02d9) |
UTF-16 (decimal) | 729 |
UTF-32 (hex) | 0x000002D9 (02d9) |
UTF-32 (decimal) | 729 |
C/C++/Java source code | "\u02D9" |
Python source code | u"\u02D9" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ˙ |
string.toLowerCase() | ˙ |
Character.UnicodeBlock | SPACING_MODIFIER_LETTERS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 27 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | No |
Character.isJavaIdentifierStart() | No |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |