Not True
⊭
Shortcodes
Copy useful codes for not true symbol ⊭ to use in websites, apps, blogs, and docs.
Unicode
U+22AD HTML Code
⊭ HEX Code
⊭ CSS Code
\22AD JS/JSON
\u22AD Unix/C/PHP/JAVA
0x22AD URL-encode
%E2%8A%AD Customize Not True
Customize ⊭, download it as SVG or PNG, or copy the generated HTML snippet.
⊭
How to use Not True 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
.not-true::before {
content: '\\22AD';
} Set it in JavaScript
document.querySelector('.not-true').textContent = '⊭';