HTML Entity/Symbol⪾(SUPERSET WITH DOT )

Copy this symbol

SUPERSET WITH DOT

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

⪾
⪾
U+02ABE
\2abe
⪾

HTML Examples

Using HTML Code value in HTML file

<span> &#10942; </span>

Using HTML Entity value in HTML file

<span> &supdot; </span>

CSS Example

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

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