Unicode Character 'LATIN SMALL LETTER O WITH STROKE' (U+00F8) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER O WITH STROKE |
Block | Latin-1 Supplement |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Old name | LATIN SMALL LETTER O SLASH |
Index entries | slash, latin small letter o o slash, latin small letter O WITH STROKE, LATIN SMALL LETTER STROKE, LATIN SMALL LETTER O WITH |
Upper case | U+00D8 |
Title case | U+00D8 |
Comments | o slash Danish, Norwegian, Faroese, IPA |
See Also | latin small letter barred o U+0275 diameter sign U+2300 latin small letter o with long stroke overlay U+A74B latin small letter old polish o U+A7C1 latin small letter blackletter o with stroke U+AB3E |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ø |
HTML Entity (hex) | ø |
HTML Entity (named) | ø |
How to type in Microsoft Windows | Alt +00F8 Alt 0248 |
UTF-8 (hex) | 0xC3 0xB8 (c3b8) |
UTF-8 (binary) | 11000011:10111000 |
UTF-16 (hex) | 0x00F8 (00f8) |
UTF-16 (decimal) | 248 |
UTF-32 (hex) | 0x000000F8 (00f8) |
UTF-32 (decimal) | 248 |
C/C++/Java source code | "\u00F8" |
Python source code | u"\u00F8" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ø |
string.toLowerCase() | ø |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
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 |