Unicode Character 'LATIN SMALL LETTER Y WITH MACRON' (U+0233) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER Y WITH MACRON |
Block | Latin Extended-B |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | LATIN SMALL LETTER Y (U+0079) COMBINING MACRON (U+0304) |
Mirror | N |
Index entries | Y WITH MACRON, LATIN SMALL LETTER |
Upper case | U+0232 |
Title case | U+0232 |
Comments | also Cornish |
Version | Unicode 3.0.0 (September, 1999) |
Encodings | |
---|---|
HTML Entity (decimal) | ȳ |
HTML Entity (hex) | ȳ |
How to type in Microsoft Windows | Alt +0233 |
UTF-8 (hex) | 0xC8 0xB3 (c8b3) |
UTF-8 (binary) | 11001000:10110011 |
UTF-16 (hex) | 0x0233 (0233) |
UTF-16 (decimal) | 563 |
UTF-32 (hex) | 0x00000233 (0233) |
UTF-32 (decimal) | 563 |
C/C++/Java source code | "\u0233" |
Python source code | u"\u0233" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ȳ |
string.toLowerCase() | ȳ |
Character.UnicodeBlock | LATIN_EXTENDED_B |
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 |