HTML Entity/Symbol⋐(DOUBLE SUBSET )

Copy this symbol

DOUBLE SUBSET

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

⋐
⋐
U+022D0
\22d0
⋐

HTML Examples

Using HTML Code value in HTML file

<span> &#8912; </span>

Using HTML Entity value in HTML file

<span> &Sub; </span>

CSS Example

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

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