Unicode Character 'LATIN LETTER SMALL CAPITAL BARRED B' (U+1D03) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN LETTER SMALL CAPITAL BARRED B |
Block | Phonetic Extensions |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | B, LATIN LETTER SMALL CAPITAL BARRED BARRED B, LATIN LETTER SMALL CAPITAL |
See Also | latin capital letter b with stroke U+0243 |
Version | Unicode 4.0.0 (April, 2003) |
Encodings | |
---|---|
HTML Entity (decimal) | ᴃ |
HTML Entity (hex) | ᴃ |
How to type in Microsoft Windows | Alt +1D03 |
UTF-8 (hex) | 0xE1 0xB4 0x83 (e1b483) |
UTF-8 (binary) | 11100001:10110100:10000011 |
UTF-16 (hex) | 0x1D03 (1d03) |
UTF-16 (decimal) | 7,427 |
UTF-32 (hex) | 0x00001D03 (1D03) |
UTF-32 (decimal) | 7,427 |
C/C++/Java source code | "\u1D03" |
Python source code | u"\u1D03" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ᴃ |
string.toLowerCase() | ᴃ |
Character.UnicodeBlock | PHONETIC_EXTENSIONS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 2 |
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() | Yes |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |