Similar Above Greater-than Above Equals Sign

Shortcodes

Copy and paste codes for Similar Above Greater-than Above Equals Sign symbol ⪠ to use in your websites, apps, blogs, and more.

Unicode
U+2AA0
HTML Code
⪠
HEX Code
⪠
CSS Code
\2AA0
JS/JSON
\u2AA0
Unix/C/PHP/JAVA
0x2AA0
URL-encode
%E2%AA%A0
copied

Customize Similar Above Greater-than Above Equals Sign Symbol

Customize ⪠ symbol as you like and download Similar Above Greater-than Above Equals Sign 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 Similar Above Greater-than Above Equals Sign symbol in HTML, CSS, and JS?

Insert ⪠ Similar Above Greater-than Above Equals Sign using HTML

1. Copy-paste Similar Above Greater-than Above Equals Sign directly:
<span>⪠</span>
2. HTML Decimal Code:
<span>&#10912;</span>
3. Hexadecimal Code:
<span>&#x2AA0;</span>
Preview:

Add Similar Above Greater-than Above Equals Sign symbol with CSS

.similar-above-greater-than-above-equals-sign::before {
    content: '\\2AA0';
}
Preview: Similar Above Greater-than Above Equals Sign

Similar Above Greater-than Above Equals Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.similar-above-greater-than-above-equals-sign').textContent = '⪠';
2. Unicode Escape for ⪠:
document.querySelector('.similar-above-greater-than-above-equals-sign').textContent = '\u2AA0';
Preview: