Unicode Character 'HORIZONTAL ELLIPSIS' (U+2026)

previous character next character

Unicode Data
Name HORIZONTAL ELLIPSIS
Block General Punctuation
Category Punctuation, Other [Po]
Combine 0
BIDI Other Neutrals [ON]
Decomposition <compat> FULL STOP (U+002E) FULL STOP (U+002E) FULL STOP (U+002E)
Mirror N
Index entries dot leader, three
HORIZONTAL ELLIPSIS
three dot leader
leader, three dot
ELLIPSIS, HORIZONTAL
Comments three dot leader
See Also vertical ellipsis U+22EE
presentation form for vertical horizontal ellipsis U+FE19
Approximations 002E 002E 002E
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#8230;
HTML Entity (hex) &#x2026;
HTML Entity (named) &hellip;
How to type in Microsoft Windows Alt +2026
UTF-8 (hex) 0xE2 0x80 0xA6 (e280a6)
UTF-8 (binary) 11100010:10000000:10100110
UTF-16 (hex) 0x2026 (2026)
UTF-16 (decimal) 8,230
UTF-32 (hex) 0x00002026 (2026)
UTF-32 (decimal) 8,230
C/C++/Java source code "\u2026"
Python source code u"\u2026"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock GENERAL_PUNCTUATION
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() No
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() No