£
Pound Sign
Name Pound Sign
Unicode U+00A3
CSS Code \00A3
HTML Entity £
HTML Code £
html
<div>&#163;</div>
css
div::before {
  content: "\00A3";
}