Unicode Character 'MATHEMATICAL BOLD FRAKTUR CAPITAL A' (U+1D56C) |
Unicode Data | |
---|---|
Name | MATHEMATICAL BOLD FRAKTUR CAPITAL A |
Block | Mathematical Alphanumeric Symbols |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <font> LATIN CAPITAL LETTER A (U+0041) |
Mirror | N |
Index entries | Bold Fraktur Mathematical Symbols Fraktur Mathematical Symbols, Bold Mathematical Symbols, Bold Fraktur Symbols, Bold Fraktur Mathematical |
Approximations | <font> 0041 latin capital letter a |
Version | Unicode 3.1.0 (March, 2001) |
Encodings | |
---|---|
HTML Entity (decimal) | 𝕬 |
HTML Entity (hex) | 𝕬 |
How to type in Microsoft Windows | Alt +1D56C |
UTF-8 (hex) | 0xF0 0x9D 0x95 0xAC (f09d95ac) |
UTF-8 (binary) | 11110000:10011101:10010101:10101100 |
UTF-16 (hex) | 0xD835 0xDD6C (d835dd6c) |
UTF-16 (decimal) | 55,349 56,684 |
UTF-32 (hex) | 0x0001D56C (1D56C) |
UTF-32 (decimal) | 120,172 |
C/C++/Java source code | "\uD835\uDD6C" |
Python source code | u"\U0001D56C" |
More... |
Java Data | |
---|---|
string.toUpperCase() | 𝕬 |
string.toLowerCase() | 𝕬 |
Character.UnicodeBlock | MATHEMATICAL_ALPHANUMERIC_SYMBOLS |
Character.charCount() | 2 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 1 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | Yes |
Character.isLetterOrDigit() | Yes |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | Yes |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | Yes |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |