¿
Inverted Question Mark
Name Inverted Question Mark
Unicode U+00BF
CSS Code \00BF
HTML Entity ¿
HTML Code ¿
html
<div>&#191;</div>
css
div::before {
  content: "\00BF";
}