HTML Entity/Symbol⪍(LESS-THAN ABOVE SIMILAR OR EQUAL )

Copy this symbol

LESS-THAN ABOVE SIMILAR OR EQUAL

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

⪍
⪍
U+02A8D
\2a8d
⪍

HTML Examples

Using HTML Code value in HTML file

<span> &#10893; </span>

Using HTML Entity value in HTML file

<span> &lsime; </span>

CSS Example

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

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