HTML Entity/Symbol⊂(SUBSET OF )

Copy this symbol

SUBSET OF

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

⊂
⊂
U+02282
\2282
⊂

HTML Examples

Using HTML Code value in HTML file

<span> &#8834; </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: "\2282";
}
All HTML Symbols