Turned Greek Small Letter Iota
Name Turned Greek Small Letter Iota
Unicode U+2129
CSS Code \2129
HTML Entity ℩
HTML Code ℩
html
<div>&#8489;</div>
css
div::before {
  content: "\2129";
}