HTML Entity/Symbol≲(LESS-THAN OR EQUIVALENT TO )

Copy this symbol

LESS-THAN OR EQUIVALENT TO

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

≲
≲
U+02272
\2272
≲

HTML Examples

Using HTML Code value in HTML file

<span> &#8818; </span>

Using HTML Entity value in HTML file

<span> &lesssim; </span>

CSS Example

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

span { 
    content: "\2272";
}
All HTML Symbols