¢
Cent Sign
Name Cent Sign
Unicode U+00A2
CSS Code \00A2
HTML Entity ¢
HTML Code ¢
html
<div>&#162;</div>
css
div::before {
  content: "\00A2";
}