Z Notation Range Antirestriction

Shortcodes

Copy and paste codes for Z Notation Range Antirestriction symbol ⩥ to use in your websites, apps, blogs, and more.

Unicode
U+2A65
HTML Code
⩥
HEX Code
⩥
CSS Code
\2A65
JS/JSON
\u2A65
Unix/C/PHP/JAVA
0x2A65
URL-encode
%E2%A9%A5
copied

Customize Z Notation Range Antirestriction Symbol

Customize ⩥ symbol as you like and download Z Notation Range Antirestriction 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 Z Notation Range Antirestriction symbol in HTML, CSS, and JS?

Insert ⩥ Z Notation Range Antirestriction using HTML

1. Copy-paste Z Notation Range Antirestriction directly:
<span>⩥</span>
2. HTML Decimal Code:
<span>&#10853;</span>
3. Hexadecimal Code:
<span>&#x2A65;</span>
Preview:

Add Z Notation Range Antirestriction symbol with CSS

.z-notation-range-antirestriction::before {
    content: '\\2A65';
}
Preview: Z Notation Range Antirestriction

Z Notation Range Antirestriction JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-range-antirestriction').textContent = '⩥';
2. Unicode Escape for ⩥:
document.querySelector('.z-notation-range-antirestriction').textContent = '\u2A65';
Preview: