Not Identical To

Shortcodes

Copy and paste codes for Not Identical To symbol ≢ to use in your websites, apps, blogs, and more.

Unicode
U+2262
HTML Code
≢
HEX Code
≢
CSS Code
\2262
JS/JSON
\u2262
Unix/C/PHP/JAVA
0x2262
URL-encode
%E2%89%A2
copied

Customize Not Identical To Symbol

Customize ≢ symbol as you like and download Not Identical To as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Not Identical To symbol in HTML, CSS, and JS?

Insert ≢ Not Identical To using HTML

1. Copy-paste Not Identical To directly:
<span>≢</span>
2. HTML Decimal Code:
<span>&#8802;</span>
3. Hexadecimal Code:
<span>&#x2262;</span>
Preview:

Add Not Identical To symbol with CSS

.not-identical-to::before {
    content: '\\2262';
}
Preview: Not Identical To

Not Identical To JavaScript Code

1. Direct Symbol:
document.querySelector('.not-identical-to').textContent = '≢';
2. Unicode Escape for ≢:
document.querySelector('.not-identical-to').textContent = '\u2262';
Preview: