Z Notation Schema Composition

Shortcodes

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

Unicode
U+2A1F
HTML Code
⨟
HEX Code
⨟
CSS Code
\2A1F
JS/JSON
\u2A1F
Unix/C/PHP/JAVA
0x2A1F
URL-encode
%E2%A8%9F
copied

Customize Z Notation Schema Composition Symbol

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

Insert ⨟ Z Notation Schema Composition using HTML

1. Copy-paste Z Notation Schema Composition directly:
<span>⨟</span>
2. HTML Decimal Code:
<span>&#10783;</span>
3. Hexadecimal Code:
<span>&#x2A1F;</span>
Preview:

Add Z Notation Schema Composition symbol with CSS

.z-notation-schema-composition::before {
    content: '\\2A1F';
}
Preview: Z Notation Schema Composition

Z Notation Schema Composition JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-schema-composition').textContent = '⨟';
2. Unicode Escape for ⨟:
document.querySelector('.z-notation-schema-composition').textContent = '\u2A1F';
Preview: