!
Exclamation Mark
Name Exclamation Mark
Unicode U+0021
CSS Code \0021
HTML Entity !
HTML Code !
html
<div>&#33;</div>
css
div::before {
  content: "\0021";
}