Greater-than Or Approximate

Shortcodes

Copy useful codes for greater-than or approximate symbol ⪆ to use in websites, apps, blogs, and docs.

Unicode
U+2A86
HTML Code
⪆
HEX Code
⪆
CSS Code
\2A86
JS/JSON
\u2A86
Unix/C/PHP/JAVA
0x2A86
URL-encode
%E2%AA%86

Customize Greater-than Or Approximate

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

  

How to use Greater-than Or Approximate Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⪆</span>
HTML Code:
<span>&#10886;</span>
HEX Code:
<span>&#x2A86;</span>

Add with CSS

.greater-than-or-approximate::before {
  content: '\\2A86';
}

Set it in JavaScript

document.querySelector('.greater-than-or-approximate').textContent = '⪆';

Related Math Symbols

View all Math Symbols
copied