Right Single Quotation Mark
Name Right Single Quotation Mark
Unicode U+2019
CSS Code \2019
HTML Entity ’
HTML Code ’
html
<div>&#8217;</div>
css
div::before {
  content: "\2019";
}