Less-than With Circle Inside

Shortcodes

Copy and paste codes for Less-than With Circle Inside symbol ⩹ to use in your websites, apps, blogs, and more.

Unicode
U+2A79
HTML Code
⩹
HEX Code
⩹
CSS Code
\2A79
JS/JSON
\u2A79
Unix/C/PHP/JAVA
0x2A79
URL-encode
%E2%A9%B9
copied

Customize Less-than With Circle Inside Symbol

Customize ⩹ symbol as you like and download Less-than With Circle Inside as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Less-than With Circle Inside symbol in HTML, CSS, and JS?

Insert ⩹ Less-than With Circle Inside using HTML

1. Copy-paste Less-than With Circle Inside directly:
<span>⩹</span>
2. HTML Decimal Code:
<span>&#10873;</span>
3. Hexadecimal Code:
<span>&#x2A79;</span>
Preview:

Add Less-than With Circle Inside symbol with CSS

.less-than-with-circle-inside::before {
    content: '\\2A79';
}
Preview: Less-than With Circle Inside

Less-than With Circle Inside JavaScript Code

1. Direct Symbol:
document.querySelector('.less-than-with-circle-inside').textContent = '⩹';
2. Unicode Escape for ⩹:
document.querySelector('.less-than-with-circle-inside').textContent = '\u2A79';
Preview: