People generally refer double quotation mark shortly as quotation mark while single quote is referred as apostrophe. On a standard English keyboard, double and single quotes appears on a same key. You need to press shift to type double quotes. However, most of the documents will convert neutral quote into a curly smart quote format. Hence, ensure to have appropriate settings in the documents to use proper punctuation. In addition to single and double quotes, there are more than 15 different quote symbols available. Good thing is that you can insert all these symbols using keyboard shortcuts in Windows and Mac.
Shortcuts Summary for Neutral Quotation Mark
Before we explain the shortcuts for other quotation symbols, here is a summary of the neutral quote.
Symbol Name | Neutral Quotation Mark |
Main Category | Alphanumeric |
Sub Category | Punctuation & Symbols |
Alt Code Shortcut (Windows) | Alt 34 |
Alt + X (Word Document) | 0022 Alt X |
Option Code Shortcut (Mac) | Option 0022 |
HTML Entity Decimal | " |
HTML Entity Hexadecimal | " |
HTML Entity Name | & quot ; |
CSS Value | \0022 |
JS Value | \u0022 |
Decimal | 34 |
Hexadecimal | 0022 |
Unicode Point | U+0022 |
The quotation mark may looks like curly on the browser, however neutral or straight quotation mark will look like straight on plain text documents. Also, prime symbols are different than the quote though it looks similar.
Shortcuts for Other Quotation Mark Symbols
There are many different types of quotation marks in Unicode general punctuation block. Here are the keyboard shortcuts for Mac and Windows for all types of quotes. On Mac, ensure to use Unicode Hex Input and on Windows use number pad for typing numbers.
Description | Symbol | Mac | Windows |
---|---|---|---|
Apostrophe | ‘ | 0027 | Alt 39 |
Left Single Quotation Mark | ‘ | 2018 | Alt 8216 |
Right Single Quotation Mark | ’ | 2019 | Alt 8217 |
Left Double Quotation Mark | “ | 201C | Alt 8220 |
Right Double Quotation Mark | ” | 201D | Alt 8221 |
Single Low-9 Quotation Mark | ‚ | 201A | Alt 8218 |
Single High Reversed-9 Quotation Mark | ‛ | 201B | Alt 8219 |
Double Low-9 Quotation Mark | „ | 201E | Alt 8222 |
Double High Reversed-9 Quotation Mark | ‟ | 201F | Alt 8223 |
Heavy Single Turned Comma Quotation Mark | ❛ | 275B | Alt 10075 |
Heavy Single Comma Quotation Mark Ornament | ❜ | 275C | Alt 10076 |
Heavy Double Turned Comma Quotation Mark | ❝ | 275D | Alt 10077 |
Heavy Double Comma Quotation Mark Ornament | ❞ | 275E | Alt 10078 |
Reversed Double Prime Quotation Mark | 〝 | 301D | Alt 12317 |
Double Prime Quotation Mark | 〞 | 301E | Alt 12318 |
Low Double Quotation Mark | 〟 | 301F | Alt 12319 |
Fullwidth Quotation Mark | " | FF02 | Alt 65282 |
Typing Neutral Quote on Windows
- Use alt key with 0034 to type neutral quotation mark in Word and other Windows based documents.
- Alternatively, you can use 0022 and alt X keys to type neutral quote only on Word documents.
- Whenever you type the neutral quotation mark, Word will automatically convert it into a smart quote in curly format. However, you can follow the below instructions to stop this auto correction.
Convert Curly Quote to Neutral or Straight Quote
- Launch Word and open any document.
- Go to “Files > Options” menu.
- Click on “AutoCorrect options…” button under “Proofing” section.
- Go to “AutoFormat As you Type” tab.
- Look under the heading “Replace as you type”.
- Disable “Straight quotes” with “smart quotes” option.
If you are using content management systems like WordPress, learn more on disabling curly quotes in WordPress.
Typing Neutral Quotes on Mac
- On Mac, first change the input type to Unicode Hex Input and then use option key with 0022 to type neutral code. You can change the input method back to ABC from the option on the top menu bar.
- Alternatively, launch Character Viewer by pressing control + command + space and search for the quotation mark under punctuation tab.
Similar to Microsoft Word, Pages app on Mac also will convert the neutral quote to smart quote. Follow the instructions in this article to disable this option in Pages app.
Typing Neutral Quote in Web Documents
It is a challenging task to type double quotation mark in web documents like HTML, CSS and JavaScript. Making a small mistake in the quotation symbol will break the entire code.
- You can use the entity name
"
directly to insert the symbol. Otherwise, use decimal or hexadecimal codes in the below format. - You can also use hexadecimal code on CSS and JavaScript as an escape string.
<span>"</span>
<span>"</span>
li:before {
content:\0022;
font-family:Arial;
}
Other Names for Quotation Mark
- Double quotes
- Quotation mark
- Straight quotes
Example of Usage
Unlike curly quotes, neutral double quote has single representation for opening and closing mark.
- He said, “stop it”.
- Straight double quote is used in many programming language to accommodate the value of the variable like A = “test”.
Leave a Reply
Your email is safe with us.