How to Type Straight and Curly Quotes on Keyboard
Quotation marks are used to show speech, titles, quotes, measurements, code, and special text.
There are two main styles of quotation marks:
Straight quotes: ” ” and ‘ ‘
Curly quotes: “ ” and ‘ ’
Straight quotes are also called plain quotes, typewriter quotes, or dumb quotes.
Curly quotes are also called smart quotes, typographic quotes, or directional quotes.
In this guide, you’ll learn how to type straight and curly quotes on Windows, Mac, Microsoft Word, Excel, PowerPoint, Google Docs, Google Sheets, Chromebook, iPhone, Android, HTML, and more.
How to Type Straight and Curly Quotes
On most keyboards, you can type straight quotes using these keys:
| Symbol | Name | Keyboard Shortcut |
|---|---|---|
| “ | Straight double quote | Shift + Apostrophe key |
| ‘ | Straight single quote / apostrophe | Apostrophe key |
The apostrophe key is usually near the Enter key.
Curly quotes are usually created automatically by apps like Microsoft Word, Google Docs, Pages, and some phone keyboards when smart quotes are turned on.
You can paste them anywhere using:
Windows: Ctrl + V
Mac: Command + V
Phone: Tap and hold, then choose Paste
Straight and Curly Quotes Quick Reference
| Symbol | Name | Also Called | Unicode |
|---|---|---|---|
| " | Straight double quote | Plain double quote | U+0022 |
| ' | Straight single quote | Apostrophe / plain single quote | U+0027 |
| “ | Left double curly quote | Opening double smart quote | U+201C |
| ” | Right double curly quote | Closing double smart quote | U+201D |
| ‘ | Left single curly quote | Opening single smart quote | U+2018 |
| ’ | Right single curly quote | Closing single smart quote / curly apostrophe | U+2019 |
What Are Straight Quotes?
Straight quotes are the simple vertical quotation marks found directly on your keyboard.
They look like this:
" "
and:
' '
Examples:
"Hello"
'Hello'
Straight quotes are common in:
- Plain text
- Coding
- Spreadsheets
- Databases
- HTML
- CSV files
- Search boxes
- Some forms and software systems
They are called “straight” because they do not curve left or right.
What Are Curly Quotes?
Curly quotes are the curved quotation marks used in polished writing and typography.
They look like this:
“ ”
and:
‘ ’
Examples:
“Hello”
‘Hello’
Curly quotes come in opening and closing forms.
Opening curly quotes lean or curl in one direction:
“
‘
Closing curly quotes lean or curl in the other direction:
”
’
Curly quotes are common in:
- Books
- Articles
- Blog posts
- Magazines
- Microsoft Word documents
- Google Docs documents
- Professional typography
Straight Quotes vs Curly Quotes: What Is the Difference?
Straight quotes and curly quotes may look similar, but they are different characters.
| Type | Symbols | Best For |
|---|---|---|
| Straight quotes | " " and ' ' | Coding, plain text, data, forms |
| Curly quotes | “ ” and ‘ ’ | Articles, books, reports, polished writing |
Use straight quotes when writing code or working with data.
Use curly quotes when writing normal text that should look polished.
Method 1: Type Straight Double Quotes on Keyboard
The straight double quote is: "
To type it on most keyboards:
- Place your cursor where you want the quote.
- Hold down Shift.
- Press the apostrophe key.
- Release both keys.
You should get: "
The apostrophe key is usually near the Enter key.
Example: "Hello"
Method 2: Type Straight Single Quote or Apostrophe on Keyboard
The straight single quote is: '
It is also commonly used as an apostrophe.
To type it:
- Place your cursor where you want the symbol.
- Press the apostrophe key.
You should get: '
Examples:
- 'Hello'
- don't
- John's book
Method 3: Type Curly Quotes Automatically with Smart Quotes
Many writing apps can automatically turn straight quotes into curly quotes.
For example, when smart quotes are turned on:
You type: "Hello"
The app changes it to: “Hello”
You type: 'Hello'
The app changes it to: ‘Hello’
This is the easiest way to type curly quotes in writing apps like Microsoft Word, Google Docs, Pages, and some phone keyboards.
Method 4: Type Straight and Curly Quotes in Microsoft Word
Microsoft Word can use both straight quotes and curly quotes.
By default, Word often turns straight quotes into curly quotes automatically. This feature is called Smart Quotes.
Type Curly Quotes in Word
To type curly quotes in Word:
- Make sure smart quotes are turned on.
- Type the quote normally using the keyboard.
- Word will automatically change it into curly quotes.
Example:
Typing: "Hello"
May become: “Hello”
Typing: 'Hello'
May become: ‘Hello’
Turn Smart Quotes On or Off in Word
To control smart quotes in Microsoft Word:
- Click File.
- Click Options.
- Click Proofing.
- Click AutoCorrect Options.
- Go to the AutoFormat As You Type tab.
- Look for Straight quotes with smart quotes.
- Check it to turn curly quotes on.
- Uncheck it to keep straight quotes.
- Click OK.
Use Straight Quotes in Word
If Word keeps changing your quotes to curly quotes and you want straight quotes:
- Go to File.
- Click Options.
- Click Proofing.
- Click AutoCorrect Options.
- Open AutoFormat As You Type.
- Uncheck Straight quotes with smart quotes.
- Click OK.
Now when you type: "Hello"
Word should keep the straight quotes.
Type Curly Quotes in Word Using Alt Codes
You can also type curly quotes using Windows Alt codes in Word.
| Symbol | Name | Alt Code |
|---|---|---|
| “ | Left double curly quote | Alt + 0147 |
| ” | Right double curly quote | Alt + 0148 |
| ‘ | Left single curly quote | Alt + 0145 |
| ’ | Right single curly quote | Alt + 0146 |
To use an Alt code:
- Turn on Num Lock.
- Hold down Alt.
- Type the code on the numeric keypad.
- Release Alt.
Example:
Alt + 0147 gives: “
Alt + 0148 gives: ”
So to type: “Hello”
Type the opening quote with Alt + 0147, type Hello, then type the closing quote with Alt + 0148.
Type Curly Quotes in Word Using Unicode
You can also use Unicode in Microsoft Word.
| Symbol | Name | Unicode |
|---|---|---|
| “ | Left double curly quote | 201C |
| ” | Right double curly quote | 201D |
| ‘ | Left single curly quote | 2018 |
| ’ | Right single curly quote | 2019 |
To use Unicode in Word:
- Type the Unicode value.
- Press Alt + X.
Example:
- Type: 201C
- Then press: Alt + X
- You should get: “
Method 5: Type Straight and Curly Quotes in Excel
In Excel, the normal keyboard quote keys work.
| Symbol | Shortcut |
|---|---|
| " | Shift + Apostrophe key |
| ' | Apostrophe key |
Straight Quotes in Excel
Straight quotes are very important in Excel formulas.
Example:
=IF(A1="Yes","Approved","Rejected")
In this formula, the words are inside straight double quotes.
Excel formulas usually use straight quotes, not curly quotes.
If you paste curly quotes into a formula, Excel may not understand the formula correctly.
Wrong:
=IF(A1=“Yes”,“Approved”,“Rejected”)
Better:
=IF(A1="Yes","Approved","Rejected")
Single Quote in Excel
In Excel, a single quote at the start of a cell can force Excel to treat the entry as text.
Example: '00123
This keeps the leading zeros.
If you type: '00123
Excel displays: 00123
But treats it as text.
Curly Quotes in Excel
Excel does not usually auto-convert quotes into curly quotes the way Word does.
If you need curly quotes in Excel, copy and paste them:
“ ”
‘ ’
Or use Windows Alt codes:
- Alt + 0147 = “
- Alt + 0148 = ”
- Alt + 0145 = ‘
- Alt + 0146 = ’
Method 6: Type Straight and Curly Quotes in PowerPoint
PowerPoint can also use smart quotes depending on your settings.
Type Straight Quotes in PowerPoint
Use the normal keyboard shortcuts:
| Symbol | Shortcut |
|---|---|
| " | Shift + Apostrophe key |
| ' | Apostrophe key |
Type Curly Quotes in PowerPoint
If smart quotes are turned on, PowerPoint may change straight quotes into curly quotes automatically.
Example: "Welcome"
May become: “Welcome”
If you want to insert curly quotes manually, use:
- Alt + 0147 for “
- Alt + 0148 for ”
- Alt + 0145 for ‘
- Alt + 0146 for ’
Or copy and paste them from this page.
Method 7: Type Straight and Curly Quotes in Google Docs
Google Docs can automatically change straight quotes into curly quotes.
Type Curly Quotes in Google Docs
To use curly quotes in Google Docs:
- Open your Google Docs document.
- Go to Tools.
- Click Preferences.
- Check Use smart quotes.
- Click OK.
- Type quotes normally.
Google Docs will change straight quotes into curly quotes.
Example: "Hello"
Becomes: “Hello”
Turn Off Curly Quotes in Google Docs
If you want straight quotes instead:
- Go to Tools.
- Click Preferences.
- Uncheck Use smart quotes.
- Click OK.
Now Google Docs should keep straight quotes.
Insert Curly Quotes Using Special Characters
You can also insert curly quotes manually:
- Go to Insert.
- Click Special characters.
- Search for left double quotation mark, right double quotation mark, left single quotation mark, or right single quotation mark.
- Click the symbol you want.
Method 8: Type Straight and Curly Quotes in Google Sheets
Google Sheets normally uses straight quotes.
To type straight quotes:
| Symbol | Shortcut |
|---|---|
| " | Shift + Apostrophe key |
| ' | Apostrophe key |
Like Excel, Google Sheets formulas usually need straight quotes.
Example:
=IF(A1="Yes","Approved","Rejected")
Do not use curly quotes in formulas.
Wrong:
=IF(A1=“Yes”,“Approved”,“Rejected”)
Correct:
=IF(A1="Yes","Approved","Rejected")
If you need curly quotes as plain text, copy and paste them:
“ ”
‘ ’
Method 9: Type Straight and Curly Quotes on Mac
On Mac, you can type straight quotes with the normal keyboard keys.
| Symbol | Shortcut |
|---|---|
| " | Shift + Apostrophe key |
| ' | Apostrophe key |
Mac can also type curly quotes directly with Option shortcuts.
Mac Shortcuts for Curly Double Quotes
| Symbol | Name | Mac Shortcut |
|---|---|---|
| “ | Left double curly quote | Option + [ |
| ” | Right double curly quote | Option + Shift + [ |
Mac Shortcuts for Curly Single Quotes
| Symbol | Name | Mac Shortcut |
|---|---|---|
| ‘ | Left single curly quote | Option + ] |
| ’ | Right single curly quote | Option + Shift + ] |
These shortcuts are useful if you want to type curly quotes manually without relying on auto-correction.
Method 10: Type Quotes on Chromebook
On most Chromebooks, use the normal keyboard keys:
| Symbol | Shortcut |
|---|---|
| " | Shift + Apostrophe key |
| ' | Apostrophe key |
If you need curly quotes, the easiest method is to copy and paste:
“ ”
‘ ’
You can also use Unicode input on Chromebook.
Chromebook Unicode Codes for Curly Quotes
| Symbol | Unicode |
|---|---|
| “ | 201C |
| ” | 201D |
| ‘ | 2018 |
| ’ | 2019 |
To type with Unicode on Chromebook:
- Press Ctrl + Shift + U.
- Type the Unicode code.
- Press Enter or Space.
Example:
Ctrl + Shift + U, then 201c, then Enter
This gives: “
Method 11: Type Straight and Curly Quotes on iPhone and iPad
On iPhone and iPad, the normal keyboard has quote keys in the numbers and symbols section.
To type quotes:
- Tap 123.
- Tap the quote key.
For more quote options, tap and hold the quote key.
You may see options like:
"
“
”
'
‘
’
Turn Smart Punctuation On or Off on iPhone
iPhone can automatically change straight quotes into curly quotes using Smart Punctuation.
To control it:
- Open Settings.
- Go to General.
- Tap Keyboard.
- Turn Smart Punctuation on or off.
When Smart Punctuation is on, your iPhone may automatically use curly quotes.
When it is off, your iPhone is more likely to use straight quotes.
Method 12: Type Straight and Curly Quotes on Android
On Android, the exact method depends on your keyboard app.
In most Android keyboards:
- Tap ?123 or the symbols key.
- Tap the quote symbol.
- Tap and hold the quote key to see more quote styles, if available.
Some keyboards may show:
"
'
“
”
‘
’
If you cannot find curly quotes, copy and paste them from this page.
Method 13: Type Straight and Curly Quotes Using Windows Character Map
Windows Character Map can help you copy curly quotes.
To use it:
- Click Start.
- Search for Character Map.
- Open it.
- Choose a font like Arial, Calibri, or Times New Roman.
- Find the quote symbol you need.
- Click Select.
- Click Copy.
- Paste it into your document.
This method is slower, but it works if keyboard shortcuts are not available.
Method 14: Type Straight and Curly Quotes Using Windows Emoji/Symbol Panel
You can also try the Windows symbol panel:
- Press Windows key + .
or
Windows key + ; - Go to the symbols section.
- Look for punctuation symbols.
- Select the quote mark you need.
If you cannot find the quote quickly, use copy and paste or Alt codes instead.
Method 15: Type Straight and Curly Quotes in HTML
HTML uses different codes for straight and curly quotes.
| Symbol | Name | HTML Code |
|---|---|---|
| " | Straight double quote | " or " |
| ' | Straight single quote | ' |
| “ | Left double curly quote | “ or “ |
| ” | Right double curly quote | ” or ” |
| ‘ | Left single curly quote | ‘ or ‘ |
| ’ | Right single curly quote | ’ or ’ |
Example: “Hello”
Displays as: “Hello”
Example: John’s book
Displays as: John’s book
Method 16: Type Quotes in CSS
In CSS, straight quotes are commonly used in property values and content.
Example:
.example::before {
content: "Hello";
}
You can also use curly quotes inside the content value:
.example::before {
content: "“Hello”";
}
But for coding, straight quotes are usually safer.
Method 17: Type Quotes in JavaScript
In JavaScript, quotes are used to create strings.
Examples:
const name = "John";
const message = 'Hello';
Use straight quotes in JavaScript code.
Do not use curly quotes in code.
Wrong:
const name = “John”;
Correct:
const name = "John";
Curly quotes can break code because programming languages usually expect straight quotes.
Method 18: Type Quotes in Python
Python uses straight quotes for strings.
Examples:
name = "John"
message = 'Hello'
Do not use curly quotes in Python code.
Wrong:
name = “John”
Correct:
name = "John"
If you paste text from Word or Google Docs into code and your code stops working, check if the quotes were changed to curly quotes.
Straight Quotes in Coding: Why They Matter
In coding, straight quotes are usually required.
These are safe in code:
"
'
These can break code:
“
”
‘
’
Examples of places where you should use straight quotes:
JavaScript
Python
HTML attributes
CSS
PHP
JSON
SQL
CSV files
Command line examples
Example in JSON:
Correct:
{
"name": "John"
}
Wrong:
{
“name”: “John”
}
Curly quotes may look nicer in writing, but they are not safe for most code.
Curly Quotes in Writing: Why They Look Better
Curly quotes look more professional in normal writing.
Example with straight quotes:
"Writing looks plain."
Example with curly quotes:
“Writing looks polished.”
For blog posts, articles, books, and reports, curly quotes often look better.
However, for tutorials that include code, formulas, or technical commands, straight quotes may be better inside code examples.
Apostrophe vs Single Quote
The straight apostrophe and straight single quote use the same keyboard character:
'
Examples:
John's book
'Hello'
The curly apostrophe is usually:
’
Example:
John’s book
This is the same character as the right single curly quote.
| Symbol | Name |
|---|---|
| ' | Straight apostrophe / straight single quote |
| ’ | Curly apostrophe / right single curly quote |
For polished writing, use: John’s
For code or plain text, use: John's
Inch and Foot Marks vs Quotes
Straight quotes are often used informally for inches and feet.
Examples:
5' 8"
12"
But the proper symbols are:
′ for feet
″ for inches
| Symbol | Name | Use |
|---|---|---|
| ' | Straight single quote | Often used as foot mark |
| " | Straight double quote | Often used as inch mark |
| ′ | Prime | Proper foot mark |
| ″ | Double prime | Proper inch mark |
For casual typing, people often use straight quotes. For professional measurement notation, use prime and double prime symbols.
Common Mistakes with Straight and Curly Quotes
Mistake 1: Using Curly Quotes in Code
Wrong:
const text = “Hello”;
Correct:
const text = "Hello";
Mistake 2: Using Straight Quotes in Polished Writing
Straight quotes are not wrong, but curly quotes often look better in articles, books, and reports.
Plain: "Hello," she said.
Polished: “Hello,” she said.
Mistake 3: Using the Wrong Opening or Closing Quote
Wrong: ”Hello“
Correct: “Hello”
Opening and closing curly quotes should face the correct direction.
Mistake 4: Confusing Apostrophes and Opening Single Quotes
In words like don’t, John’s, and it’s, use the closing single curly quote:
’
Correct:
don’t
John’s
it’s
Not:
don‘t
John‘s
it‘s
Mistake 5: Copying Text from Word into Code
Word may automatically change straight quotes into curly quotes. If you paste that into code, the code may fail.
Before using code, check that quotes are straight.
Troubleshooting: Why Are My Quotes Changing Automatically?
1. Word Is Changing Straight Quotes to Curly Quotes
This is because Smart Quotes are turned on.
To turn it off:
File > Options > Proofing > AutoCorrect Options > AutoFormat As You Type > uncheck Straight quotes with smart quotes
2. Google Docs Is Changing Quotes
This is because smart quotes are turned on.
To turn it off:
Tools > Preferences > uncheck Use smart quotes
3. iPhone Is Changing Quotes
This is because Smart Punctuation is on.
To turn it off:
Settings > General > Keyboard > Smart Punctuation
4. My Code Is Not Working After Copying It
Check whether the quotes are curly.
Wrong: “text”
Correct:"text"
Replace curly quotes with straight quotes.
5. My Keyboard Gives a Different Symbol
Your keyboard layout may be different. Check your language and keyboard settings, or use copy and paste.
Frequently Asked Questions About Straight and Curly Quotes
What are straight quotes?
Straight quotes are the plain quotation marks: " "
and: ' '
They are common in typing, coding, and plain text.
What are curly quotes?
Curly quotes are the curved quotation marks: “ ”
and: ‘ ’
They are common in polished writing and typography.
How do I type straight double quotes?
Press: Shift + Apostrophe key
This gives: "
How do I type straight single quotes?
Press the apostrophe key.
This gives: '
How do I type curly quotes in Word?
Turn on smart quotes in Word, then type quotes normally. Word will automatically convert them into curly quotes.
You can also use Alt codes:
Alt + 0147 = “
Alt + 0148 = ”
Alt + 0145 = ‘
Alt + 0146 = ’
How do I type curly quotes on Mac?
Use these shortcuts:
Option + [ = “
Option + Shift + [ = ”
Option + ] = ‘
Option + Shift + ] = ’
How do I type curly quotes in Google Docs?
Go to: Tools > Preferences
Then check: Use smart quotes
After that, Google Docs will automatically convert straight quotes into curly quotes.
How do I stop Word from changing quotes?
Go to:
File > Options > Proofing > AutoCorrect Options > AutoFormat As You Type
Then uncheck: Straight quotes with smart quotes
Should I use straight quotes or curly quotes?
Use straight quotes for code, data, formulas, CSV files, and plain text.
Use curly quotes for articles, books, reports, and polished writing.
Why do curly quotes break code?
Programming languages usually expect straight quotes. Curly quotes are different characters, so the code may not recognize them as valid quotation marks.
What is the Alt code for curly quotes?
The Alt codes are:
Alt + 0147 = “
Alt + 0148 = ”
Alt + 0145 = ‘
Alt + 0146 = ’
What is the HTML code for curly quotes?
HTML codes include:
“ for “” for ”‘ for ‘’ for ’
Is an apostrophe the same as a single quote?
The straight apostrophe and straight single quote use the same character:
'
The curly apostrophe is usually:
’
This is also the right single curly quote.
Conclusion
Straight quotes and curly quotes look similar, but they are used differently.
Straight quotes: " " and: ' ' are best for coding, formulas, plain text, and data.
Curly quotes: “ ” and: ‘ ’ are best for polished writing, articles, reports, and typography.
The fastest keyboard shortcuts are:
" = Shift + Apostrophe key
' = Apostrophe key
For curly quotes, use smart quotes in Word or Google Docs, copy and paste them, or use Alt codes:
Alt + 0147 = “
Alt + 0148 = ”
Alt + 0145 = ‘
Alt + 0146 = ’
