HTML Entity/Symbol⪰(SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN )

Copy this symbol

SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN

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

⪰
⪰
U+02AB0
\2ab0
⪰

HTML Examples

Using HTML Code value in HTML file

<span> &#10928; </span>

Using HTML Entity value in HTML file

<span> &sce; </span>

CSS Example

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

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