Z Notation Right Binding Bracket

Shortcodes

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

Unicode
U+298A
HTML Code
⦊
HEX Code
⦊
CSS Code
\298A
JS/JSON
\u298A
Unix/C/PHP/JAVA
0x298A
URL-encode
%E2%A6%8A
copied

Customize Z Notation Right Binding Bracket Symbol

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

Insert ⦊ Z Notation Right Binding Bracket using HTML

1. Copy-paste Z Notation Right Binding Bracket directly:
<span>⦊</span>
2. HTML Decimal Code:
<span>&#10634;</span>
3. Hexadecimal Code:
<span>&#x298A;</span>
Preview:

Add Z Notation Right Binding Bracket symbol with CSS

.z-notation-right-binding-bracket::before {
    content: '\\298A';
}
Preview: Z Notation Right Binding Bracket

Z Notation Right Binding Bracket JavaScript Code

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