HTML Entity/Symbol⋵(ELEMENT OF WITH DOT ABOVE )

Copy this symbol

ELEMENT OF WITH DOT ABOVE

Click on any of the following code values to copy to clipboard.

⋵
⋵
U+022F5
\22f5
⋵

HTML Examples

Using HTML Code value in HTML file

<span> &#8949; </span>

Using HTML Entity value in HTML file

<span> &isindot; </span>

CSS Example

Using CSS content code of the HTML entity &isindot; to specify in a CSS file

span { 
    content: "\22f5";
}
All HTML Symbols