HTML Entity/Symbol⪪(SMALLER THAN )

Copy this symbol

SMALLER THAN

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

⪪
⪪
U+02AAA
\2aaa
⪪

HTML Examples

Using HTML Code value in HTML file

<span> &#10922; </span>

Using HTML Entity value in HTML file

<span> &smt; </span>

CSS Example

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

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