Unicode Character 'FULLWIDTH LATIN SMALL LETTER A' (U+FF41)

previous character next character

Unicode Data
Name FULLWIDTH LATIN SMALL LETTER A
Block Halfwidth and Fullwidth Forms
Category Letter, Lowercase [Ll]
Combine 0
BIDI Left-to-Right [L]
Decomposition <wide> LATIN SMALL LETTER A (U+0061)
Mirror N
Upper case U+FF21
Title case U+FF21
Approximations <wide> 0061
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#65345;
HTML Entity (hex) &#xff41;
How to type in Microsoft Windows Alt +FF41
UTF-8 (hex) 0xEF 0xBD 0x81 (efbd81)
UTF-8 (binary) 11101111:10111101:10000001
UTF-16 (hex) 0xFF41 (ff41)
UTF-16 (decimal) 65,345
UTF-32 (hex) 0x0000FF41 (ff41)
UTF-32 (decimal) 65,345
C/C++/Java source code "\uFF41"
Python source code u"\uFF41"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock HALFWIDTH_AND_FULLWIDTH_FORMS
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_LEFT_TO_RIGHT [0]
Character.getNumericValue() 10
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