Unicode Character 'LATIN SMALL LETTER D' (U+0064)

previous character next character

Unicode Data
Name LATIN SMALL LETTER D
Block Basic Latin
Category Letter, Lowercase [Ll]
Combine 0
BIDI Left-to-Right [L]
Mirror N
Upper case U+0044
Title case U+0044
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) d
HTML Entity (hex) d
How to type in Microsoft Windows Alt +0064
Alt 0100
Alt 100
UTF-8 (hex) 0x64 (64)
UTF-8 (binary) 01100100
UTF-16 (hex) 0x0064 (0064)
UTF-16 (decimal) 100
UTF-32 (hex) 0x00000064 (0064)
UTF-32 (decimal) 100
C/C++/Java source code "\u0064"
Python source code u"\u0064"
More...
Java Data
string.toUpperCase() D
string.toLowerCase() d
Character.UnicodeBlock BASIC_LATIN
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_LEFT_TO_RIGHT [0]
Character.getNumericValue() 13
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