U+0022
Quotation Mark"
Quotation Mark is a monochrome text character from the Unicode Basic Latin block, listed here under Basic Latin (ASCII). Copy it with one click, or use the hex, octal, decimal and HTML entity codes below to embed it in web pages, code, and documents. It is often searched for as "double", "quote", "straight", "quote".
Quick facts
- Unicode
- U+0022
- Decimal
- 34
- Hex
- 0x0022
- Octal
- 0o42
Unicode identity
| Format | Value | Copy |
|---|---|---|
| Code pointOfficial Unicode notation | U+0022 | |
| Official nameUnicodeData.txt, Unicode 18.0.0 | QUOTATION MARK | |
| DecimalBase 10 | 34 | |
| HexadecimalBase 16 | 0x0022 | |
| OctalBase 8 | 0o42 | |
| BinaryBase 2 | 0000000000100010 | |
| General categoryPunctuation, other | Po | |
| Unicode blockU+0000–U+007F | Basic Latin | |
| Plane | Basic Multilingual Plane (BMP, Plane 0) |
HTML & CSS
| Format | Value | Copy |
|---|---|---|
| HTML entity (decimal) | " | |
| HTML entity (hex) | " | |
| HTML entity (named) | " | |
| CSS content escapeUse inside content: "…" | \0022 | |
| URL encodedPercent-encoded UTF-8 | %22 |
Programming languages
| Format | Value | Copy |
|---|---|---|
| JavaScript / TypeScript | \u0022 | |
| JSONUTF-16 surrogate pairs | \u0022 | |
| Python | \u0022 | |
| Java / C# / Kotlin | \u0022 |
Byte encodings
| Format | Value | Copy |
|---|---|---|
| UTF-81 byte | 22 | |
| UTF-16 (BE) | 0022 | |
| UTF-32 (BE) | 00000022 |
How to type Quotation Mark
Windows
Hold Alt and type +22 with the hex numeric keypad option enabled, or type 22 then press Alt+X in Word and most Office apps.
macOS
Enable the Unicode Hex Input keyboard, hold Option, and type 0022. Or open Character Viewer (Control+Command+Space) and search "Quotation Mark".
Linux
Press Ctrl+Shift+U, type 22, then press Space or Enter in GTK apps. IBus and most terminals support the same sequence.
HTML, CSS & code
Paste the character directly, or use the escapes above: " in HTML, \0022 in CSS, and \u0022 in JavaScript.
Official Unicode reference
- Character name
- QUOTATION MARK
- Block
- Basic Latin (U+0000–U+007F)
- General category
- Po — Punctuation, other
Data from the Unicode Character Database, version 18.0.0. See the official code chart for the Basic Latin block: U0000.pdf (PDF, unicode.org).
Frequently asked questions
How do I copy the Quotation Mark symbol?
Click the Copy button at the top of this page, or select " and press Ctrl+C (Cmd+C on Mac). It is plain Unicode text, so it pastes into documents, chats, code, and design tools.
What is the Unicode code point for Quotation Mark?
Quotation Mark is U+0022 (decimal 34, hexadecimal 0x0022, octal 0o42). It lives in the Basic Latin block (U+0000–U+007F) of the Basic Multilingual Plane (BMP, Plane 0).
What is the official Unicode name of Quotation Mark?
The Unicode Standard (version 18.0.0) names this character "QUOTATION MARK". Its General_Category is Po (Punctuation, other).
What is the HTML code for Quotation Mark?
Use " or ", or the named entity ". In CSS, use content: "\0022".
How do I type Quotation Mark in code?
JavaScript: "\u0022". Python: "\u0022". JSON and Java: "\u0022". The UTF-8 byte sequence is 22.
Is Quotation Mark an emoji?
No. Quotation Mark is a text symbol and renders as a monochrome glyph in the current font. Some platforms may offer an emoji variant when U+FE0F is appended.