'
Apostrophe
Name Apostrophe
Unicode U+0027
CSS Code \0027
HTML Entity '
HTML Code '
html
<div>&#39;</div>
css
div::before {
  content: "\0027";
}