Unicode Character 'YEN SIGN' (U+00A5) |
Unicode Data | |
---|---|
Name | YEN SIGN |
Block | Latin-1 Supplement |
Category | Symbol, Currency [Sc] |
Combine | 0 |
BIDI | European Number Terminator [ET] |
Mirror | N |
Index entries | YEN SIGN yuan sign |
Comments | yuan sign (renminbi) glyph may have one or two crossbars, but the official symbol in Japan and China has two in native context, specific ideographs may be used for units of these currencies |
See Also | latin capital letter y with stroke U+024E cyrillic capital letter straight u with stroke U+04B0 U+5143 U+5186 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ¥ |
HTML Entity (hex) | ¥ |
HTML Entity (named) | ¥ |
How to type in Microsoft Windows | Alt +00A5 Alt 0165 Alt 157 |
UTF-8 (hex) | 0xC2 0xA5 (c2a5) |
UTF-8 (binary) | 11000010:10100101 |
UTF-16 (hex) | 0x00A5 (00a5) |
UTF-16 (decimal) | 165 |
UTF-32 (hex) | 0x000000A5 (00A5) |
UTF-32 (decimal) | 165 |
C/C++/Java source code | "\u00A5" |
Python source code | u"\u00A5" |
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 |