%
Percent Sign
Name Percent Sign
Unicode U+0025
CSS Code \0025
HTML Entity %
HTML Code %
html
<div>&#37;</div>
css
div::before {
  content: "\0025";
}