Z Notation Left Binding Bracket

Shortcodes

Copy and paste codes for Z Notation Left Binding Bracket symbol ⦉ to use in your websites, apps, blogs, and more.

Unicode
U+2989
HTML Code
⦉
HEX Code
⦉
CSS Code
\2989
JS/JSON
\u2989
Unix/C/PHP/JAVA
0x2989
URL-encode
%E2%A6%89
copied

Customize Z Notation Left Binding Bracket Symbol

Customize ⦉ symbol as you like and download Z Notation Left Binding Bracket 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 Left Binding Bracket symbol in HTML, CSS, and JS?

Insert ⦉ Z Notation Left Binding Bracket using HTML

1. Copy-paste Z Notation Left Binding Bracket directly:
<span>⦉</span>
2. HTML Decimal Code:
<span>&#10633;</span>
3. Hexadecimal Code:
<span>&#x2989;</span>
Preview:

Add Z Notation Left Binding Bracket symbol with CSS

.z-notation-left-binding-bracket::before {
    content: '\\2989';
}
Preview: Z Notation Left Binding Bracket

Z Notation Left Binding Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.z-notation-left-binding-bracket').textContent = '⦉';
2. Unicode Escape for ⦉:
document.querySelector('.z-notation-left-binding-bracket').textContent = '\u2989';
Preview: