¸
Cedilla
Name Cedilla
Unicode U+00B8
CSS Code \00B8
HTML Entity ¸
HTML Code ¸
html
<div>&#184;</div>
css
div::before {
  content: "\00B8";
}