Measurements in feet and inches are traditionally written with two small marks: ′ for feet and ″ for inches, so that 5 feet 10 inches is 5′ 10″. Those marks are the prime and double prime, not quotation marks, though straight quotes have stood in for them since typewriters. The problem today is autocorrect: type 10” in Word and you get 10” with a curly closing quote, which is wrong and looks wrong. This guide explains the right characters and how to type them everywhere.
Quick answer
| Where | Inch ″ | Foot ′ |
|---|---|---|
| Word (Windows) | 2033 then Alt + X |
2032 then Alt + X |
| Any Windows app | Win + . → Symbols → search “prime” | same |
| Mac | Character Viewer, search “prime” | same |
| HTML | ″ or ″ |
′ or ′ |
| Acceptable shortcut | Straight quote " (with smart quotes off) |
Straight apostrophe ' |
| Copy | Click ″ or ′ at the top of this page |
The four look-alike characters
| Character | Name | Unicode | Use |
|---|---|---|---|
| ″ | Double prime | U+2033 | Inches, arc seconds, seconds of time |
| ′ | Prime | U+2032 | Feet, arc minutes, minutes of time, math (f′) |
| “ | Quotation mark (straight) | U+0022 | Typewriter substitute for inches; code |
| ’ | Apostrophe (straight) | U+0027 | Typewriter substitute for feet; contractions |
| ” | Right double quotation mark | U+201D | Closing a quotation only, never inches |
| ’ | Right single quotation mark | U+2019 | Apostrophe in typeset text, never feet |
The prime marks are slightly slanted and taper; curly quotes curl. Straight quotes are vertical. Once you see the difference, a curly inch mark stands out immediately.
Windows
There is no classic Alt code for the primes because they are outside the Windows-1252 code page. Use one of these:
- Word and Outlook: type
2033and press Alt + X for ″, or2032then Alt + X for ′. - Any app: press Win + ., open the Symbols tab, and search “prime”.
- Character Map: find U+2032 and U+2033 under Advanced view with Unicode enabled.
Mac
Open the Character Viewer with Control + Command + Space, search “prime”, and double-click ″ or ′. If you type measurements often, add a text replacement under System Settings → Keyboard → Text Replacements so that, for example, ;in becomes ″. The Option key layer has no prime symbols on the US layout.
Word and Google Docs: stopping the curly quote
If you are happy to use straight quotes, the only obstacle is smart quotes.
Word
- Type
10". Word turns it into 10”. - Press Ctrl + Z once. Word reverts just the smart quote, leaving a straight “.
To turn the feature off, open File → Options → Proofing → AutoCorrect Options → AutoFormat As You Type and untick “Straight quotes” with “smart quotes”. Existing curly quotes are not changed; use Find and Replace with the same setting off to fix them.
Google Docs
Docs applies smart quotes too. Undo with Ctrl + Z right after typing, or turn them off under Tools → Preferences by unticking Use smart quotes. Docs also accepts the true primes through Insert → Special characters (search “prime”).
Excel and Sheets
Cells do not apply smart quotes, so a straight quote types normally. Use a custom number format to show units without typing them: Format Cells → Custom with 0"″" displays 72 as 72″ while keeping the number, and 0' "′" 0"″" style formats can be built for feet and inches from separate columns. Paste ″ and ′ into the format string from the top of this page.
Phones
On iPhone and Android, hold the “ key on the symbol page to see alternatives; the prime marks are usually not among them, so copy ″ and ′ from this page and add them as text replacements (Settings → General → Keyboard → Text Replacement on iOS; Gboard personal dictionary on Android).
HTML and code
| Symbol | Named entity | Numeric | CSS | JavaScript |
|---|---|---|---|---|
| ″ | ″ |
″ |
"\2033" |
"″" |
| ′ | ′ |
′ |
"\2032" |
"′" |
| ‴ | ‴ |
‴ |
"\2034" |
"‴" |
In HTML a straight quote inside an attribute must be written as ", which is one more reason to use the real prime for measurements in web content.
Style notes
- Write 5′ 10″ or 5’10” with no space before either mark. A thin space between the two values is optional.
- Do not mix curly quotes with primes in one document.
- In engineering drawings and CAD software the double prime is standard; many CAD programs insert it automatically when the unit format is set to architectural.
- The same marks denote arc minutes and seconds (48° 30′ 15″) and, in math, derivatives (f′, f″, f‴).
Troubleshooting
- The inch mark still curls after turning smart quotes off. The setting only affects new typing. Use Find and Replace: search for ” and replace with “ or ″.
- ″ shows as a box. The font lacks the glyph; switch to Arial, Calibri, Segoe UI or Times New Roman, all of which include the primes.
- Alt+X converts the wrong thing. Select only the four-digit code before pressing Alt+X if it follows a number, since Word may read 102033 as one code.
Frequently asked questions
What is the correct symbol for inches? +
The double prime ″ (U+2033). In practice a straight double quote " is widely accepted, but a curly quote ” is wrong. For feet the correct mark is the prime ′ (U+2032), with a straight apostrophe ' as the common substitute.
How do I type the inch symbol in Word? +
Type 2033 and press Alt + X to get ″. For the foot symbol use 2032 then Alt + X. Alternatively turn off smart quotes and type a straight quote.
Why does Word change my inch mark to a curly quote? +
The Smart Quotes AutoCorrect option replaces straight quotes as you type. Press Ctrl + Z right after typing the quote to undo the change, or turn the option off under AutoCorrect Options → AutoFormat As You Type.
How do I write 5 feet 10 inches with symbols? +
5′ 10″ using the prime and double prime, or 5' 10" with straight quotes. Do not add a space before the symbol, and use a thin space or none between the two values.