Less-than Above Greater-than Above Double-line Equal

Shortcodes

Copy and paste codes for Less-than Above Greater-than Above Double-line Equal symbol ⪑ to use in your websites, apps, blogs, and more.

Unicode
U+2A91
HTML Code
⪑
HEX Code
⪑
CSS Code
\2A91
JS/JSON
\u2A91
Unix/C/PHP/JAVA
0x2A91
URL-encode
%E2%AA%91
copied

Customize Less-than Above Greater-than Above Double-line Equal Symbol

Customize ⪑ symbol as you like and download Less-than Above Greater-than Above Double-line Equal 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 Above Greater-than Above Double-line Equal symbol in HTML, CSS, and JS?

Insert ⪑ Less-than Above Greater-than Above Double-line Equal using HTML

1. Copy-paste Less-than Above Greater-than Above Double-line Equal directly:
<span>⪑</span>
2. HTML Decimal Code:
<span>&#10897;</span>
3. Hexadecimal Code:
<span>&#x2A91;</span>
Preview:

Add Less-than Above Greater-than Above Double-line Equal symbol with CSS

.less-than-above-greater-than-above-double-line-equal::before {
    content: '\\2A91';
}
Preview: Less-than Above Greater-than Above Double-line Equal

Less-than Above Greater-than Above Double-line Equal JavaScript Code

1. Direct Symbol:
document.querySelector('.less-than-above-greater-than-above-double-line-equal').textContent = '⪑';
2. Unicode Escape for ⪑:
document.querySelector('.less-than-above-greater-than-above-double-line-equal').textContent = '\u2A91';
Preview: