
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1250 | 148 | 94 |
| Windows-1251 | 148 | 94 |
| Windows-1252 | 148 | 94 |
| Windows-1253 | 148 | 94 |
| Windows-1254 | 148 | 94 |
| Windows-1255 | 148 | 94 |
| Windows-1256 | 148 | 94 |
| Windows-1257 | 148 | 94 |
| Windows-1258 | 148 | 94 |
| Unicode | U+201D | |
|---|---|---|
| Unicode Decimal | 8221 | |
| Unicode Escape | \u201d | |
| UTF-8 (hex) | 0xE2 0x80 0x9D | |
| UTF-8 (binary) | 11100010:10000000:10011101 | |
| UTF-8 (binary) | ||
| 11100010:10000000:10011101 | ||
| UTF-16 | 0x201D | |
| UTF-32 | 0x0000201D | |
| HTML Number | ” | |
|---|---|---|
| HTML Hex | ” | |
| HTML Entity | ” | |
| URL Escape Code | %E2%80%9D | |
|---|---|---|
| Quoted-printable | =E2=80=9D |
| C, C++, and Java | "\u201D" | |
|---|---|---|
| CSS Code | \201D | |
| JavaScript | "\u201D" | |
| Perl | \x{201D} | |
| Python 2 | u"\u201D" | |
| Python 3 | \u201D | |
| Ruby | \u{201D} |