Unicode Character 'CENT SIGN' (U+00A2)

previous character next character

Unicode Data
Name CENT SIGN
Block Latin-1 Supplement
Category Symbol, Currency [Sc]
Combine 0
BIDI European Number Terminator [ET]
Mirror N
Index entries CENT SIGN
See Also latin small letter c with stroke U+023C
mill sign U+20A5
cedi sign U+20B5
musical symbol cut time U+1D135
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) ¢
HTML Entity (hex) ¢
HTML Entity (named) ¢
How to type in Microsoft Windows Alt +00A2
Alt 0162
Alt 155
UTF-8 (hex) 0xC2 0xA2 (c2a2)
UTF-8 (binary) 11000010:10100010
UTF-16 (hex) 0x00A2 (00a2)
UTF-16 (decimal) 162
UTF-32 (hex) 0x000000A2 (00a2)
UTF-32 (decimal) 162
C/C++/Java source code "\u00A2"
Python source code u"\u00A2"
More...
Java Data
string.toUpperCase() ¢
string.toLowerCase() ¢
Character.UnicodeBlock LATIN_1_SUPPLEMENT
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR [5]
Character.getNumericValue() -1
Character.getType() 26
Character.isDefined() Yes
Character.isDigit() No
Character.isIdentifierIgnorable() No
Character.isISOControl() No
Character.isJavaIdentifierPart() Yes
Character.isJavaIdentifierStart() Yes
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