Greater-than And Single-line Not Equal To
⪈
Shortcodes
Copy useful codes for greater-than and single-line not equal to symbol ⪈ to use in websites, apps, blogs, and docs.
Unicode
U+2A88 HTML Code
⪈ HEX Code
⪈ CSS Code
\2A88 JS/JSON
\u2A88 Unix/C/PHP/JAVA
0x2A88 URL-encode
%E2%AA%88 Customize Greater-than And Single-line Not Equal To
Customize ⪈, download it as SVG or PNG, or copy the generated HTML snippet.
⪈
How to use Greater-than And Single-line Not Equal To 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-and-single-line-not-equal-to::before {
content: '\\2A88';
} Set it in JavaScript
document.querySelector('.greater-than-and-single-line-not-equal-to').textContent = '⪈';