Greater-than Above Similar Above Less-than
⪐
Shortcodes
Copy useful codes for greater-than above similar above less-than symbol ⪐ to use in websites, apps, blogs, and docs.
Unicode
U+2A90 HTML Code
⪐ HEX Code
⪐ CSS Code
\2A90 JS/JSON
\u2A90 Unix/C/PHP/JAVA
0x2A90 URL-encode
%E2%AA%90 Customize Greater-than Above Similar Above Less-than
Customize ⪐, download it as SVG or PNG, or copy the generated HTML snippet.
⪐
How to use Greater-than Above Similar Above Less-than Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⪐</span> HTML Code:
<span>⪐</span> HEX Code:
<span>⪐</span> Add with CSS
.greater-than-above-similar-above-less-than::before {
content: '\\2A90';
} Set it in JavaScript
document.querySelector('.greater-than-above-similar-above-less-than').textContent = '⪐';