HTML Entity/Symbol⪽(SUBSET WITH DOT )

Copy this symbol

SUBSET WITH DOT

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

⪽
⪽
U+02ABD
\2abd
⪽

HTML Examples

Using HTML Code value in HTML file

<span> &#10941; </span>

Using HTML Entity value in HTML file

<span> &subdot; </span>

CSS Example

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

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