Z‑notation Left Image Bracket

Shortcodes

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

Unicode
U+2987
HTML Code
⦧
HEX Code
⦇
CSS Code
\2987
JS/JSON
\u2987
Unix/C/PHP/JAVA
0x2987
URL-encode
%E2%A6%87
copied

Customize Z‑notation Left Image Bracket Symbol

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

Insert ⦇ Z‑notation Left Image Bracket using HTML

1. Copy-paste Z‑notation Left Image Bracket directly:
<span>⦇</span>
2. HTML Decimal Code:
<span>&#10663;</span>
3. Hexadecimal Code:
<span>&#x2987;</span>
Preview:

Add Z‑notation Left Image Bracket symbol with CSS

.z-notation-left-image-bracket::before {
    content: '\\2987';
}
Preview: Z‑notation Left Image Bracket

Z‑notation Left Image Bracket JavaScript Code

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