Greater-than Beside Less-than

Shortcodes

Copy and paste codes for Greater-than Beside Less-than symbol ⪥ to use in your websites, apps, blogs, and more.

Unicode
U+2AA5
HTML Code
⪥
HEX Code
⪥
CSS Code
\2AA5
JS/JSON
\u2AA5
Unix/C/PHP/JAVA
0x2AA5
URL-encode
%E2%AA%A5
copied

Customize Greater-than Beside Less-than Symbol

Customize ⪥ symbol as you like and download Greater-than Beside Less-than 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 Beside Less-than symbol in HTML, CSS, and JS?

Insert ⪥ Greater-than Beside Less-than using HTML

1. Copy-paste Greater-than Beside Less-than directly:
<span>⪥</span>
2. HTML Decimal Code:
<span>&#10917;</span>
3. Hexadecimal Code:
<span>&#x2AA5;</span>
Preview:

Add Greater-than Beside Less-than symbol with CSS

.greater-than-beside-less-than::before {
    content: '\\2AA5';
}
Preview: Greater-than Beside Less-than

Greater-than Beside Less-than JavaScript Code

1. Direct Symbol:
document.querySelector('.greater-than-beside-less-than').textContent = '⪥';
2. Unicode Escape for ⪥:
document.querySelector('.greater-than-beside-less-than').textContent = '\u2AA5';
Preview: