Unicode Character 'RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK' (U+00BB) |
Unicode Data | |
---|---|
Name | RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK |
Block | Latin-1 Supplement |
Category | Punctuation, Final quote (may behave like Ps or Pe depending on usage) [Pf] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | Y |
Old name | RIGHT POINTING GUILLEMET |
Index entries | guillemet, right pointing QUOTATION MARK, RIGHT-POINTING DOUBLE ANGLE RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK DOUBLE ANGLE QUOTATION MARK, RIGHT-POINTING right pointing guillemet ANGLE QUOTATION MARK, RIGHT-POINTING DOUBLE |
Comments | right guillemet usually closing, sometimes opening |
See Also | much greater-than U+226B right double angle bracket U+300B |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | » |
HTML Entity (hex) | » |
HTML Entity (named) | » |
How to type in Microsoft Windows | Alt +BB Alt 0187 Alt 175 |
UTF-8 (hex) | 0xC2 0xBB (c2bb) |
UTF-8 (binary) | 11000010:10111011 |
UTF-16 (hex) | 0x00BB (00bb) |
UTF-16 (decimal) | 187 |
UTF-32 (hex) | 0x000000BB (bb) |
UTF-32 (decimal) | 187 |
C/C++/Java source code | "\u00BB" |
Python source code | u"\u00BB" |
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() | 30 |
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() | Yes |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |