Double-line Slanted Greater-than Or Equal To

Shortcodes

Copy and paste codes for Double-line Slanted Greater-than Or Equal To symbol ⫺ to use in your websites, apps, blogs, and more.

Unicode
U+2AFA
HTML Code
⫺
HEX Code
⫺
CSS Code
\2AFA
JS/JSON
\u2AFA
Unix/C/PHP/JAVA
0x2AFA
URL-encode
%E2%AB%BA
copied

Customize Double-line Slanted Greater-than Or Equal To Symbol

Customize ⫺ symbol as you like and download Double-line Slanted Greater-than Or Equal To 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 Double-line Slanted Greater-than Or Equal To symbol in HTML, CSS, and JS?

Insert ⫺ Double-line Slanted Greater-than Or Equal To using HTML

1. Copy-paste Double-line Slanted Greater-than Or Equal To directly:
<span>⫺</span>
2. HTML Decimal Code:
<span>&#11002;</span>
3. Hexadecimal Code:
<span>&#x2AFA;</span>
Preview:

Add Double-line Slanted Greater-than Or Equal To symbol with CSS

.double-line-slanted-greater-than-or-equal-to::before {
    content: '\\2AFA';
}
Preview: Double-line Slanted Greater-than Or Equal To

Double-line Slanted Greater-than Or Equal To JavaScript Code

1. Direct Symbol:
document.querySelector('.double-line-slanted-greater-than-or-equal-to').textContent = '⫺';
2. Unicode Escape for ⫺:
document.querySelector('.double-line-slanted-greater-than-or-equal-to').textContent = '\u2AFA';
Preview: