Unicode Character 'INVERTED EXCLAMATION MARK' (U+00A1) |
Unicode Data | |
---|---|
Name | INVERTED EXCLAMATION MARK |
Block | Latin-1 Supplement |
Category | Punctuation, Other [Po] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | N |
Index entries | INVERTED EXCLAMATION MARK EXCLAMATION MARK, INVERTED |
Comments | Spanish, Asturian, Galician used in extended IPA to represent sublaminal lower alveolar percussive |
See Also | exclamation mark U+0021 modifier letter raised inverted exclamation mark U+A71E |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ¡ |
HTML Entity (hex) | ¡ |
HTML Entity (named) | ¡ |
How to type in Microsoft Windows | Alt +00A1 Alt 0161 Alt 173 |
UTF-8 (hex) | 0xC2 0xA1 (c2a1) |
UTF-8 (binary) | 11000010:10100001 |
UTF-16 (hex) | 0x00A1 (00a1) |
UTF-16 (decimal) | 161 |
UTF-32 (hex) | 0x000000A1 (00A1) |
UTF-32 (decimal) | 161 |
C/C++/Java source code | "\u00A1" |
Python source code | u"\u00A1" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ¡ |
string.toLowerCase() | ¡ |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 24 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | No |
Character.isJavaIdentifierStart() | No |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |