Unicode Character 'LATIN SMALL LETTER YOGH' (U+021D) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER YOGH |
Block | Latin Extended-B |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | YOGH, LATIN SMALL LETTER LATIN SMALL LETTER YOGH |
Upper case | U+021C |
Title case | U+021C |
Comments | Middle English, Scots |
See Also | latin small letter ezh U+0292 latin small letter insular g U+1D79 latin small letter et U+A76B |
Version | Unicode 3.0.0 (September, 1999) |
Encodings | |
---|---|
HTML Entity (decimal) | ȝ |
HTML Entity (hex) | ȝ |
How to type in Microsoft Windows | Alt +021D |
UTF-8 (hex) | 0xC8 0x9D (c89d) |
UTF-8 (binary) | 11001000:10011101 |
UTF-16 (hex) | 0x021D (021d) |
UTF-16 (decimal) | 541 |
UTF-32 (hex) | 0x0000021D (021d) |
UTF-32 (decimal) | 541 |
C/C++/Java source code | "\u021D" |
Python source code | u"\u021D" |
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 |