Unicode Character 'DOLLAR SIGN' (U+0024) |
Unicode Data | |
---|---|
Name | DOLLAR SIGN |
Block | Basic Latin |
Category | Symbol, Currency [Sc] |
Combine | 0 |
BIDI | European Number Terminator [ET] |
Mirror | N |
Index entries | milreis escudo DOLLAR SIGN |
Comments | milréis, escudo used for many peso currencies in Latin America and elsewhere glyph may have one or two vertical bars other currency symbol characters start at U+20A0 |
See Also | cent sign U+00A2 currency sign U+00A4 peso sign U+20B1 heavy dollar sign U+1F4B2 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | $ |
HTML Entity (hex) | $ |
How to type in Microsoft Windows | Alt +0024 Alt 036 Alt 36 |
UTF-8 (hex) | 0x24 (24) |
UTF-8 (binary) | 00100100 |
UTF-16 (hex) | 0x0024 (0024) |
UTF-16 (decimal) | 36 |
UTF-32 (hex) | 0x00000024 (0024) |
UTF-32 (decimal) | 36 |
C/C++/Java source code | "\u0024" |
Python source code | u"\u0024" |
More... |
Java Data | |
---|---|
string.toUpperCase() | $ |
string.toLowerCase() | $ |
Character.UnicodeBlock | BASIC_LATIN |
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 |