Z Notation Relational Composition

Shortcodes

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

Unicode
U+2A3E
HTML Code
⨾
HEX Code
⨾
CSS Code
\2A3E
JS/JSON
\u2A3E
Unix/C/PHP/JAVA
0x2A3E
URL-encode
%E2%A8%BE
copied

Customize Z Notation Relational Composition Symbol

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

Insert ⨾ Z Notation Relational Composition using HTML

1. Copy-paste Z Notation Relational Composition directly:
<span>⨾</span>
2. HTML Decimal Code:
<span>&#10814;</span>
3. Hexadecimal Code:
<span>&#x2A3E;</span>
Preview:

Add Z Notation Relational Composition symbol with CSS

.z-notation-relational-composition::before {
    content: '\\2A3E';
}
Preview: Z Notation Relational Composition

Z Notation Relational Composition JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-relational-composition').textContent = '⨾';
2. Unicode Escape for ⨾:
document.querySelector('.z-notation-relational-composition').textContent = '\u2A3E';
Preview: