Element of with Dot Above
Name Element of with Dot Above
Unicode U+22F5
CSS Code \22F5
HTML Entity ⋵
HTML Code ⋵
html
<div>&#8949;</div>
css
div::before {
  content: "\22F5";
}