HTML Entity/Symbol⫅(SUBSET OF ABOVE EQUALS SIGN )

Copy this symbol

SUBSET OF ABOVE EQUALS SIGN

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

⫅
⫅
U+02AC5
\2ac5
⫅

HTML Examples

Using HTML Code value in HTML file

<span> &#10949; </span>

Using HTML Entity value in HTML file

<span> &subE; </span>

CSS Example

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

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