Unicode Character 'MIDDLE DOT' (U+00B7) |
Unicode Data | |
---|---|
Name | MIDDLE DOT |
Block | Latin-1 Supplement |
Category | Punctuation, Other [Po] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | N |
Index entries | DOT, MIDDLE MIDDLE DOT greek ano teleia midpoint greek middle dot middle dot, greek comma, georgian ano teleia, greek dot, greek middle georgian comma |
Comments | midpoint (in typography) Georgian comma Greek middle dot (ano teleia) also used as a raised decimal point or to denote multiplication; for multiplication U+22C5 is preferred used as a vowel length mark (part of words) in many Amerindian orthographies |
See Also | full stop U+002E dot above U+02D9 greek ano teleia U+0387 bullet U+2022 one dot leader U+2024 hyphenation point U+2027 bullet operator U+2219 dot operator U+22C5 word separator middle dot U+2E31 raised dot U+2E33 katakana middle dot U+30FB latin letter sinological dot U+A78F |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | · |
HTML Entity (hex) | · |
HTML Entity (named) | · |
How to type in Microsoft Windows | Alt +00B7 Alt 0183 Alt 250 |
UTF-8 (hex) | 0xC2 0xB7 (c2b7) |
UTF-8 (binary) | 11000010:10110111 |
UTF-16 (hex) | 0x00B7 (00b7) |
UTF-16 (decimal) | 183 |
UTF-32 (hex) | 0x000000B7 (00b7) |
UTF-32 (decimal) | 183 |
C/C++/Java source code | "\u00B7" |
Python source code | u"\u00B7" |
More... |
Java Data | |
---|---|
string.toUpperCase() | · |
string.toLowerCase() | · |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 24 |
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() | Yes |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |