HTML Entity/Symbol⫃(SUBSET OF OR EQUAL TO WITH DOT ABOVE )

Copy this symbol

SUBSET OF OR EQUAL TO WITH DOT ABOVE

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

⫃
⫃
U+02AC3
\2ac3
⫃

HTML Examples

Using HTML Code value in HTML file

<span> &#10947; </span>

Using HTML Entity value in HTML file

<span> &subedot; </span>

CSS Example

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

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