HTML Entity/Symbol⪼(DOUBLE SUCCEEDS )

Copy this symbol

DOUBLE SUCCEEDS

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

⪼
⪼
U+02ABC
\2abc
⪼

HTML Examples

Using HTML Code value in HTML file

<span> &#10940; </span>

Using HTML Entity value in HTML file

<span> &Sc; </span>

CSS Example

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

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