U+2033 · Other punctuation
HTML entity
″
LaTeX
\dprime
Double Prime Symbol ″
″ is double prime, U+2033. Unicode records it as a compatibility form of ′′ (compat form). It was added in Unicode 1.1, and Unicode files it under Other punctuation.
Also known as
- seconds
- inches
Codes & technical data
| Unicode | U+2033 | |
|---|---|---|
| HTML hex | ″ | |
| HTML decimal | ″ | |
| CSS | \2033 | |
| JavaScript | \u{2033} | |
| Python | \U00002033 | |
| Java / C# | \u2033 | |
| Rust | \u{2033} | |
| Swift | \u{2033} | |
| PHP | \u{2033} | |
| URL encoded | %E2%80%B3 | |
| UTF-8 bytes | E2 80 B3 | |
| UTF-16 bytes | 2033 | |
| Base64 | 4oCz | |
| Decimal | 8243 | |
| HTML entity | ″ | |
| LaTeX | \dprime | |
| Decomposes to | ′′ (compat form) | |
| Category | Other punctuation (Po) | |
| Introduced | Unicode 1.1 | |
Will ″ survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ″ as
′′. Safe for display, not for storage. - Legacy encodings. ″ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
- Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Unicode cross-references
The standard points readers of ″ at these characters — usually because they look alike, or because one is the correct choice where the other is often used by mistake.
Other prime characters
Unicode names 7 characters ending in “prime”. They differ by direction, weight or decoration rather than by meaning.
Nearby in General Punctuation
The typographic marks that word processors quietly substitute for their ASCII lookalikes — real quotation marks, en and em dashes, the ellipsis. It also holds the invisible characters: zero-width spaces, joiners and directional marks that do work without drawing anything.
How to type ″
| Windows | Type 2033 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “double prime” |
| Linux | Press Ctrl+Shift+U, type 2033, press Enter |
| HTML | ″ |
About Unicode’s Other punctuation category
Unicode files this under "other punctuation", the category for marks that are not brackets, dashes or quotes.
Frequently asked questions
- How do I type the ″ double prime symbol?
- On Windows, type 2033 and press Alt+X. On Linux press Ctrl+Shift+U then 2033. On any system the quickest route is the copy button on this page.
- What is the code for ″?
- Double Prime is U+2033, written in HTML as ″ and in LaTeX as \dprime. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ″ survive being pasted anywhere?
- Not always. Double Prime is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with ′′. Use it for display, not where text is normalised.