Not Normal Subgroup Of
⋪
Shortcodes
Copy useful codes for not normal subgroup of symbol ⋪ to use in websites, apps, blogs, and docs.
Unicode
U+22EA HTML Code
⋪ HEX Code
⋪ CSS Code
\22EA JS/JSON
\u22EA Unix/C/PHP/JAVA
0x22EA URL-encode
%E2%8B%AA Customize Not Normal Subgroup Of
Customize ⋪, download it as SVG or PNG, or copy the generated HTML snippet.
⋪
How to use Not Normal Subgroup Of 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-normal-subgroup-of::before {
content: '\\22EA';
} Set it in JavaScript
document.querySelector('.not-normal-subgroup-of').textContent = '⋪';