Z Notation Schema Projection

Shortcodes

Copy and paste codes for Z Notation Schema Projection symbol ⨡ to use in your websites, apps, blogs, and more.

Unicode
U+2A21
HTML Code
⨡
HEX Code
⨡
CSS Code
\2A21
JS/JSON
\u2A21
Unix/C/PHP/JAVA
0x2A21
URL-encode
%E2%A8%A1
copied

Customize Z Notation Schema Projection Symbol

Customize ⨡ symbol as you like and download Z Notation Schema Projection 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 Schema Projection symbol in HTML, CSS, and JS?

Insert ⨡ Z Notation Schema Projection using HTML

1. Copy-paste Z Notation Schema Projection directly:
<span>⨡</span>
2. HTML Decimal Code:
<span>&#10785;</span>
3. Hexadecimal Code:
<span>&#x2A21;</span>
Preview:

Add Z Notation Schema Projection symbol with CSS

.z-notation-schema-projection::before {
    content: '\\2A21';
}
Preview: Z Notation Schema Projection

Z Notation Schema Projection JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-schema-projection').textContent = '⨡';
2. Unicode Escape for ⨡:
document.querySelector('.z-notation-schema-projection').textContent = '\u2A21';
Preview: