Z Notation Domain Antirestriction

Shortcodes

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

Unicode
U+2A64
HTML Code
⩤
HEX Code
⩤
CSS Code
\2A64
JS/JSON
\u2A64
Unix/C/PHP/JAVA
0x2A64
URL-encode
%E2%A9%A4
copied

Customize Z Notation Domain Antirestriction Symbol

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

Insert ⩤ Z Notation Domain Antirestriction using HTML

1. Copy-paste Z Notation Domain Antirestriction directly:
<span>⩤</span>
2. HTML Decimal Code:
<span>&#10852;</span>
3. Hexadecimal Code:
<span>&#x2A64;</span>
Preview:

Add Z Notation Domain Antirestriction symbol with CSS

.z-notation-domain-antirestriction::before {
    content: '\\2A64';
}
Preview: Z Notation Domain Antirestriction

Z Notation Domain Antirestriction JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-domain-antirestriction').textContent = '⩤';
2. Unicode Escape for ⩤:
document.querySelector('.z-notation-domain-antirestriction').textContent = '\u2A64';
Preview: