Greater-than With Circle Inside

Shortcodes

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

Unicode
U+2A7A
HTML Code
⩺
HEX Code
⩺
CSS Code
\2A7A
JS/JSON
\u2A7A
Unix/C/PHP/JAVA
0x2A7A
URL-encode
%E2%A9%BA
copied

Customize Greater-than With Circle Inside Symbol

Customize ⩺ symbol as you like and download Greater-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 Greater-than With Circle Inside symbol in HTML, CSS, and JS?

Insert ⩺ Greater-than With Circle Inside using HTML

1. Copy-paste Greater-than With Circle Inside directly:
<span>⩺</span>
2. HTML Decimal Code:
<span>&#10874;</span>
3. Hexadecimal Code:
<span>&#x2A7A;</span>
Preview:

Add Greater-than With Circle Inside symbol with CSS

.greater-than-with-circle-inside::before {
    content: '\\2A7A';
}
Preview: Greater-than With Circle Inside

Greater-than With Circle Inside JavaScript Code

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