̑
Combining Inverted Breve
Name Combining Inverted Breve
Unicode U+0311
CSS Code \0311
HTML Entity ̑
HTML Code ̑
html
<div>&#785;</div>
css
div::before {
  content: "\0311";
}