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