Z‑notation Right Image Bracket

Shortcodes

Copy and paste codes for Z‑notation Right Image Bracket symbol ⦈ to use in your websites, apps, blogs, and more.

Unicode
U+2988
HTML Code
⦨
HEX Code
⦈
CSS Code
\2988
JS/JSON
\u2988
Unix/C/PHP/JAVA
0x2988
URL-encode
%E2%A6%88
copied

Customize Z‑notation Right Image Bracket Symbol

Customize ⦈ symbol as you like and download Z‑notation Right Image 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 Image Bracket symbol in HTML, CSS, and JS?

Insert ⦈ Z‑notation Right Image Bracket using HTML

1. Copy-paste Z‑notation Right Image Bracket directly:
<span>⦈</span>
2. HTML Decimal Code:
<span>&#10664;</span>
3. Hexadecimal Code:
<span>&#x2988;</span>
Preview:

Add Z‑notation Right Image Bracket symbol with CSS

.z-notation-right-image-bracket::before {
    content: '\\2988';
}
Preview: Z‑notation Right Image Bracket

Z‑notation Right Image Bracket JavaScript Code

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