Î
Latin Capital Letter I with Circumflex
Name Latin Capital Letter I with Circumflex
Unicode U+00CE
CSS Code \00CE
HTML Entity &Lcirc;
HTML Code Î
html
<div>&#206;</div>
css
div::before {
  content: "\00CE";
}