Less-than Or Approximate
⪅
Shortcodes
Copy useful codes for less-than or approximate symbol ⪅ to use in websites, apps, blogs, and docs.
Unicode
U+2A85 HTML Code
⪅ HEX Code
⪅ CSS Code
\2A85 JS/JSON
\u2A85 Unix/C/PHP/JAVA
0x2A85 URL-encode
%E2%AA%85 Customize Less-than Or Approximate
Customize ⪅, download it as SVG or PNG, or copy the generated HTML snippet.
⪅
How to use Less-than Or Approximate 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
.less-than-or-approximate::before {
content: '\\2A85';
} Set it in JavaScript
document.querySelector('.less-than-or-approximate').textContent = '⪅';