Unicode Character 'LATIN SMALL LETTER F' (U+0066) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER F |
Block | Basic Latin |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Upper case | U+0046 |
Title case | U+0046 |
See Also | latin small letter f with hook U+0192 latin small letter lenis f U+AB35 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | f |
HTML Entity (hex) | f |
How to type in Microsoft Windows | Alt +0066 Alt 0102 Alt 102 |
UTF-8 (hex) | 0x66 (66) |
UTF-8 (binary) | 01100110 |
UTF-16 (hex) | 0x0066 (0066) |
UTF-16 (decimal) | 102 |
UTF-32 (hex) | 0x00000066 (0066) |
UTF-32 (decimal) | 102 |
C/C++/Java source code | "\u0066" |
Python source code | u"\u0066" |
More... |
Java Data | |
---|---|
string.toUpperCase() | F |
string.toLowerCase() | f |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 15 |
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 |