Unicode Character 'LATIN SMALL LETTER J' (U+006A) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER J |
Block | Basic Latin |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Upper case | U+004A |
Title case | U+004A |
See Also | latin small letter dotless j U+0237 greek letter yot U+03F3 mathematical italic small dotless j U+1D6A5 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | j |
HTML Entity (hex) | j |
How to type in Microsoft Windows | Alt +006A Alt 0106 Alt 106 |
UTF-8 (hex) | 0x6A (6a) |
UTF-8 (binary) | 01101010 |
UTF-16 (hex) | 0x006A (006a) |
UTF-16 (decimal) | 106 |
UTF-32 (hex) | 0x0000006A (006A) |
UTF-32 (decimal) | 106 |
C/C++/Java source code | "\u006A" |
Python source code | u"\u006A" |
More... |
Java Data | |
---|---|
string.toUpperCase() | J |
string.toLowerCase() | j |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 19 |
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 |