HTML Entity/Symbol⊃(SUPERSET OF )

Copy this symbol

SUPERSET OF

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

⊃
⊃
U+02283
\2283
⊃

HTML Examples

Using HTML Code value in HTML file

<span> &#8835; </span>

Using HTML Entity value in HTML file

<span> &sup; </span>

CSS Example

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

span { 
    content: "\2283";
}
All HTML Symbols