Less-than And Single-line Not Equal To

Shortcodes

Copy useful codes for less-than and single-line not equal to symbol ⪇ to use in websites, apps, blogs, and docs.

Unicode
U+2A87
HTML Code
⪇
HEX Code
⪇
CSS Code
\2A87
JS/JSON
\u2A87
Unix/C/PHP/JAVA
0x2A87
URL-encode
%E2%AA%87

Customize Less-than And Single-line Not Equal To

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

  

How to use Less-than And Single-line Not Equal To Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⪇</span>
HTML Code:
<span>&#10887;</span>
HEX Code:
<span>&#x2A87;</span>

Add with CSS

.less-than-and-single-line-not-equal-to::before {
  content: '\\2A87';
}

Set it in JavaScript

document.querySelector('.less-than-and-single-line-not-equal-to').textContent = '⪇';

Related Math Symbols

View all Math Symbols
copied