Right Single Quotation Mark

If you have ever needed a ’ Right Single Quotation Mark Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ’ Symbol to Clipboard

Right Single Quotation Mark Codes

U+02019

Unicode

’

Hex Code

’

HTML Code

’

HTML Entity

\2019

CSS Code

Right Single Quotation Mark Code Examples

HTML Example

<span> &#8217; </span>

CSS Example

span {
   content: "\2019";
}

Symbol Copied!