Unicode Character 'MATHEMATICAL MONOSPACE DIGIT ZERO' (U+1D7F6)

previous character next character

Unicode Data
Name MATHEMATICAL MONOSPACE DIGIT ZERO
Block Mathematical Alphanumeric Symbols
Category Number, Decimal Digit [Nd]
Combine 0
BIDI European Number [EN]
Decomposition <font> DIGIT ZERO (U+0030)
Mirror N
Numeric 0
Index entries Monospace Digits
Digits, Monospace
Approximations <font> 0030 digit zero
Version Unicode 3.1.0 (March, 2001)
Encodings
HTML Entity (decimal) &#120822;
HTML Entity (hex) &#x1d7f6;
How to type in Microsoft Windows Alt +1D7F6
UTF-8 (hex) 0xF0 0x9D 0x9F 0xB6 (f09d9fb6)
UTF-8 (binary) 11110000:10011101:10011111:10110110
UTF-16 (hex) 0xD835 0xDFF6 (d835dff6)
UTF-16 (decimal) 55,349 57,334
UTF-32 (hex) 0x0001D7F6 (1d7f6)
UTF-32 (decimal) 120,822
C/C++/Java source code "\uD835\uDFF6"
Python source code u"\U0001D7F6"
More...
Java Data
string.toUpperCase() 𝟶
string.toLowerCase() 𝟶
Character.UnicodeBlock MATHEMATICAL_ALPHANUMERIC_SYMBOLS
Character.charCount() 2
Character.getDirectionality() DIRECTIONALITY_EUROPEAN_NUMBER [3]
Character.getNumericValue() 0
Character.getType() 9
Character.isDefined() Yes
Character.isDigit() Yes
Character.isIdentifierIgnorable() No
Character.isISOControl() No
Character.isJavaIdentifierPart() Yes
Character.isJavaIdentifierStart() No
Character.isLetter() No
Character.isLetterOrDigit() Yes
Character.isLowerCase() No
Character.isMirrored() No
Character.isSpaceChar() No
Character.isSupplementaryCodePoint() Yes
Character.isTitleCase() No
Character.isUnicodeIdentifierPart() Yes
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() No