Does Not Divide With Reversed Negation Slash

Shortcodes

Copy and paste codes for Does Not Divide With Reversed Negation Slash symbol ⫮ to use in your websites, apps, blogs, and more.

Unicode
U+2AEE
HTML Code
⫮
HEX Code
⫮
CSS Code
\2AEE
JS/JSON
\u2AEE
Unix/C/PHP/JAVA
0x2AEE
URL-encode
%E2%AB%AE
copied

Customize Does Not Divide With Reversed Negation Slash Symbol

Customize ⫮ symbol as you like and download Does Not Divide With Reversed Negation Slash 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 Does Not Divide With Reversed Negation Slash symbol in HTML, CSS, and JS?

Insert ⫮ Does Not Divide With Reversed Negation Slash using HTML

1. Copy-paste Does Not Divide With Reversed Negation Slash directly:
<span>⫮</span>
2. HTML Decimal Code:
<span>&#10990;</span>
3. Hexadecimal Code:
<span>&#x2AEE;</span>
Preview:

Add Does Not Divide With Reversed Negation Slash symbol with CSS

.does-not-divide-with-reversed-negation-slash::before {
    content: '\\2AEE';
}
Preview: Does Not Divide With Reversed Negation Slash

Does Not Divide With Reversed Negation Slash JavaScript Code

1. Direct Symbol:
document.querySelector('.does-not-divide-with-reversed-negation-slash').textContent = '⫮';
2. Unicode Escape for ⫮:
document.querySelector('.does-not-divide-with-reversed-negation-slash').textContent = '\u2AEE';
Preview: