Unicode Character 'DIGIT ZERO FULL STOP' (U+1F100)

previous character next character

Unicode Data
Name DIGIT ZERO FULL STOP
Block Enclosed Alphanumeric Supplement
Category Number, Other [No]
Combine 0
BIDI European Number [EN]
Decomposition <compat> DIGIT ZERO (U+0030) FULL STOP (U+002E)
Mirror N
Numeric 0
Index entries Alphanumeric Supplement, Enclosed
Enclosed Alphanumeric Supplement
Approximations 0030 002E
Version Unicode 5.2.0 (August 2009)
Encodings
HTML Entity (decimal) &#127232;
HTML Entity (hex) &#x1f100;
How to type in Microsoft Windows Alt +1F100
UTF-8 (hex) 0xF0 0x9F 0x84 0x80 (f09f8480)
UTF-8 (binary) 11110000:10011111:10000100:10000000
UTF-16 (hex) 0xD83C 0xDD00 (d83cdd00)
UTF-16 (decimal) 55,356 56,576
UTF-32 (hex) 0x0001F100 (1f100)
UTF-32 (decimal) 127,232
C/C++/Java source code "\uD83C\uDD00"
Python source code u"\U0001F100"
More...
Java Data
string.toUpperCase() 🄀
string.toLowerCase() 🄀
Character.UnicodeBlock ENCLOSED_ALPHANUMERIC_SUPPLEMENT
Character.charCount() 2
Character.getDirectionality() DIRECTIONALITY_EUROPEAN_NUMBER [3]
Character.getNumericValue() 0
Character.getType() 11
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() Yes
Character.isTitleCase() No
Character.isUnicodeIdentifierPart() No
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() No