HTML Entity/Symbol⊄(NOT A SUBSET OF )

Copy this symbol

NOT A SUBSET OF

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

⊄
⊄
U+02284
\2284
⊄

HTML Examples

Using HTML Code value in HTML file

<span> &#8836; </span>

Using HTML Entity value in HTML file

<span> &nsub; </span>

CSS Example

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

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