Less-than Above Similar Or Equal

Shortcodes

Copy useful codes for less-than above similar or equal symbol ⪍ to use in websites, apps, blogs, and docs.

Unicode
U+2A8D
HTML Code
⪍
HEX Code
⪍
CSS Code
\2A8D
JS/JSON
\u2A8D
Unix/C/PHP/JAVA
0x2A8D
URL-encode
%E2%AA%8D

Customize Less-than Above Similar Or Equal

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

  

How to use Less-than Above Similar Or Equal Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⪍</span>
HTML Code:
<span>&#10893;</span>
HEX Code:
<span>&#x2A8D;</span>

Add with CSS

.less-than-above-similar-or-equal::before {
  content: '\\2A8D';
}

Set it in JavaScript

document.querySelector('.less-than-above-similar-or-equal').textContent = '⪍';

Related Math Symbols

View all Math Symbols
copied