HTML Entity/Symbol⫋(SUBSET OF ABOVE NOT EQUAL TO )

Copy this symbol

SUBSET OF ABOVE NOT EQUAL TO

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

⫋
⫋
U+02ACB
\2acb
⫋

HTML Examples

Using HTML Code value in HTML file

<span> &#10955; </span>

Using HTML Entity value in HTML file

<span> &subnE; </span>

CSS Example

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

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