U+2033 · General Punctuation
Double Prime (Inches / Seconds) ″
The double prime ″ is the proper symbol for inches, arcseconds, and seconds in geographic coordinates, as in 5′11″ or 74° 0′ 21″ W. In mathematics it marks second derivatives and doubly transformed points, like f″(x). Typewriter-era habits replaced it with a straight double quote, but ″ is the typographically correct choice.
Character codes
| Unicode code point | U+2033 | |
|---|---|---|
| Decimal | 8243 | |
| HTML named entity | ″ | |
| HTML (hex) | ″ | |
| HTML (decimal) | ″ | |
| CSS | \2033 | |
| JavaScript | \u2033 | |
| Python | \u2033 | |
| UTF-8 bytes | E2 80 B3 | |
| UTF-16 | 2033 | |
| URL-encoded | %E2%80%B3 |
Character details
| Official name | DOUBLE PRIME |
|---|---|
| Unicode block | General Punctuation |
| General category | Other Punctuation (Po) |
| SymbolHero category | Math Symbols |
| Decomposition | <compat> U+2032 U+2032 |
| Emoji | No |
How to type ″
Windows
- In Microsoft Word or Outlook: type
2033then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “double prime”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “double prime”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
2033.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “double prime” or enter
U+2033. - HTML:
″or″ - Excel / Google Sheets:
=UNICHAR(8243)
Examples
- A 27″ monitor
- 74° 0′ 21″ W
- f″(x) = 6x
- Board size: 2″ × 4″
Good to know
Don’t mix it up: It is often confused with the straight double quote " (U+0022) and the curly closing quote ” (U+201D).
Tip: In code and spreadsheets, a straight quote may be required; in prose and product labels, use ″ for inches.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar math symbols
Questions
What is the Unicode for ″?
It is U+2033 (DOUBLE PRIME), decimal 8243.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 2033 then Alt+X, or copy it from this page.
How do I type it on a Mac?
There is no built-in Option shortcut. Use the Character Viewer (Control + Command + Space) and search “double prime”, or copy it from this page.
What is the HTML code?
Use the named entity ″ or the numeric reference ″.