Prime
Name Prime
Unicode U+2032
CSS Code \2032
HTML Entity ′
HTML Code ′
html
<div>&#8242;</div>
css
div::before {
  content: "\2032";
}