HTML Entity/Symbol⪝(SIMILAR OR LESS-THAN )

Copy this symbol

SIMILAR OR LESS-THAN

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

⪝
⪝
U+02A9D
\2a9d
⪝

HTML Examples

Using HTML Code value in HTML file

<span> &#10909; </span>

Using HTML Entity value in HTML file

<span> &siml; </span>

CSS Example

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

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