free-symbols

Right Single Quotation Mark Symbol

The ’ symbol is the right single quotation mark (U+2019) used in typeset quotes and contractions.

U+2019

’ (U+2019) is a punctuation character commonly used as a closing single quote in well-formatted text. It’s also frequently used in modern typography for certain contractions. Use the copy options below to paste it into your documents or code.

Right Single Quotation Mark Symbol Meaning

’ is the right single quotation mark, Unicode character U+2019, typically used as the closing part of single quotation marks in typography. It appears in standards-based typesetting to distinguish from the left single quotation mark. In many word processors and publishing tools, it’s also used for contractions such as “don’t” and possessives like “John’s,” depending on the font and text settings. When you want consistent, modern punctuation—especially in English writing—using U+2019 helps avoid mixed quote styles. For web work, it can be inserted using the HTML entity ’ or escapes like \\2019 in CSS and \\u{2019} in JavaScript.

Common uses

  • Closing single quotes in typeset text, such as ending a quoted phrase
  • Writing contractions (e.g., don’t, I’ll) for smart typography
  • Showing possession in names (e.g., John’s book)
  • Replacing straight apostrophes in design layouts for a polished look
  • Producing consistent punctuation in websites, emails, and documentation

Examples

’ Right Single Quotation Mark

  • He said, ‘Thanks!’
  • I can’t attend today.
  • That’s John’s idea.
  • She replied, ‘See you soon.’
  • We’ll review it tomorrow.

Variations

Ready to copy

Technical codes

UnicodeU+2019
HTML Entity’
HTML Code’
CSS\2019

FAQ

What does the Right Single Quotation Mark symbol mean?

’ is the right single quotation mark, Unicode character U+2019, typically used as the closing part of single quotation marks in typography. It appears in standards-based typesetting to distinguish from the left single quotation mark. In many word processors and publishing tools, it’s also used for contractions such as “don’t” and possessives like “John’s,” depending on the font and text settings. When you want consistent, modern punctuation—especially in English writing—using U+2019 helps avoid mixed quote styles. For web work, it can be inserted using the HTML entity ’ or escapes like \\2019 in CSS and \\u{2019} in JavaScript.

What is the Unicode code point for ’?

The right single quotation mark is U+2019.

How do I write this symbol in HTML?

Use the HTML entity ’.

What CSS escape can I use for ’?

You can use \\2019 in CSS.

Is ’ the same as an apostrophe '?

They look similar, but ’ is the right single quotation mark (U+2019). Many systems use it for smart apostrophes, but it’s a specific Unicode punctuation character.