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

Shortcodes

Copy useful codes for less-than above double-line equal above greater-than symbol ⪋ to use in websites, apps, blogs, and docs.

Unicode
U+2A8B
HTML Code
⪋
HEX Code
⪋
CSS Code
\2A8B
JS/JSON
\u2A8B
Unix/C/PHP/JAVA
0x2A8B
URL-encode
%E2%AA%8B

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

Customize ⪋, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Less-than Above Double-line Equal Above Greater-than Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⪋</span>
HTML Code:
<span>&#10891;</span>
HEX Code:
<span>&#x2A8B;</span>

Add with CSS

.less-than-above-double-line-equal-above-greater-than::before {
  content: '\\2A8B';
}

Set it in JavaScript

document.querySelector('.less-than-above-double-line-equal-above-greater-than').textContent = '⪋';

Related Math Symbols

View all Math Symbols
copied