Inverted Ohm Sign
Name Inverted Ohm Sign
Unicode U+2127
CSS Code \2127
HTML Entity ℧
HTML Code ℧
html
<div>&#8487;</div>
css
div::before {
  content: "\2127";
}