¡
Inverted Exclamation Mark
Name Inverted Exclamation Mark
Unicode U+00A1
CSS Code \00A1
HTML Entity ¡
HTML Code ¡
html
<div>&#161;</div>
css
div::before {
  content: "\00A1";
}