Z Notation Schema Piping

Shortcodes

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

Unicode
U+2A20
HTML Code
⨠
HEX Code
⨠
CSS Code
\2A20
JS/JSON
\u2A20
Unix/C/PHP/JAVA
0x2A20
URL-encode
%E2%A8%A0
copied

Customize Z Notation Schema Piping Symbol

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

Insert ⨠ Z Notation Schema Piping using HTML

1. Copy-paste Z Notation Schema Piping directly:
<span>⨠</span>
2. HTML Decimal Code:
<span>&#10784;</span>
3. Hexadecimal Code:
<span>&#x2A20;</span>
Preview:

Add Z Notation Schema Piping symbol with CSS

.z-notation-schema-piping::before {
    content: '\\2A20';
}
Preview: Z Notation Schema Piping

Z Notation Schema Piping JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-schema-piping').textContent = '⨠';
2. Unicode Escape for ⨠:
document.querySelector('.z-notation-schema-piping').textContent = '\u2A20';
Preview: