HTML Entity/Symbol⩪(TILDE OPERATOR WITH DOT ABOVE )

Copy this symbol

TILDE OPERATOR WITH DOT ABOVE

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

⩪
⩪
U+02A6A
\2a6a
⩪

HTML Examples

Using HTML Code value in HTML file

<span> &#10858; </span>

Using HTML Entity value in HTML file

<span> &simdot; </span>

CSS Example

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

span { 
    content: "\2a6a";
}
All HTML Symbols