Z Notation Range Antirestriction
⩥
Shortcodes
Copy useful codes for z notation range antirestriction symbol ⩥ to use in websites, apps, blogs, and docs.
Unicode
U+2A65 HTML Code
⩥ HEX Code
⩥ CSS Code
\2A65 JS/JSON
\u2A65 Unix/C/PHP/JAVA
0x2A65 URL-encode
%E2%A9%A5 Customize Z Notation Range Antirestriction
Customize ⩥, download it as SVG or PNG, or copy the generated HTML snippet.
⩥
How to use Z Notation Range Antirestriction 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
.z-notation-range-antirestriction::before {
content: '\\2A65';
} Set it in JavaScript
document.querySelector('.z-notation-range-antirestriction').textContent = '⩥';