Unicode Character 'RIGHT DOUBLE QUOTATION MARK' (U+201D) |
![]() ![]() |
Unicode Data | |
---|---|
Name | RIGHT DOUBLE QUOTATION MARK |
Block | General Punctuation |
Category | Punctuation, Final quote (may behave like Ps or Pe depending on usage) [Pf] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | N |
Old name | DOUBLE COMMA QUOTATION MARK |
Index entries | QUOTATION MARK, RIGHT DOUBLE double comma quotation mark RIGHT DOUBLE QUOTATION MARK DOUBLE QUOTATION MARK, RIGHT quotation mark, double comma comma quotation mark, double |
Comments | double comma quotation mark |
See Also | quotation mark U+0022 double prime U+2033 heavy double comma quotation mark ornament U+275E double prime quotation mark U+301E |
Variants | U+201D U+FE00non-fullwidth form U+201D U+FE01left-justified fullwidth form |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ” |
HTML Entity (hex) | ” |
HTML Entity (named) | ” |
How to type in Microsoft Windows | Alt +201D |
UTF-8 (hex) | 0xE2 0x80 0x9D (e2809d) |
UTF-8 (binary) | 11100010:10000000:10011101 |
UTF-16 (hex) | 0x201D (201d) |
UTF-16 (decimal) | 8,221 |
UTF-32 (hex) | 0x0000201D (201d) |
UTF-32 (decimal) | 8,221 |
C/C++/Java source code | "\u201D" |
Python source code | u"\u201D" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ” |
string.toLowerCase() | ” |
Character.UnicodeBlock | GENERAL_PUNCTUATION |
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() | 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 |