¤
Currency Sign
Name Currency Sign
Unicode U+00A4
CSS Code \00A4
HTML Entity ¤
HTML Code ¤
html
<div>&#164;</div>
css
div::before {
  content: "\00A4";
}