HTML Entity/Symbol⪡(DOUBLE NESTED LESS-THAN )

Copy this symbol

DOUBLE NESTED LESS-THAN

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

⪡
⪡
U+02AA1
\2aa1
⪡

HTML Examples

Using HTML Code value in HTML file

<span> &#10913; </span>

Using HTML Entity value in HTML file

<span> &LessLess; </span>

CSS Example

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

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