HTML Entity/Symbol⩹(LESS-THAN WITH CIRCLE INSIDE )

Copy this symbol

LESS-THAN WITH CIRCLE INSIDE

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

⩹
⩹
U+02A79
\2a79
⩹

HTML Examples

Using HTML Code value in HTML file

<span> &#10873; </span>

Using HTML Entity value in HTML file

<span> &ltcir; </span>

CSS Example

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

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