Black Leftwards Bullet
⁌
Shortcodes
Copy useful codes for black leftwards bullet symbol ⁌ to use in websites, apps, blogs, and docs.
Unicode
U+204C HTML Code
⁌ HEX Code
⁌ CSS Code
\204C JS/JSON
\u204C Unix/C/PHP/JAVA
0x204C URL-encode
%E2%81%8C Customize Black Leftwards Bullet
Customize ⁌, download it as SVG or PNG, or copy the generated HTML snippet.
⁌
How to use Black Leftwards Bullet Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⁌</span> HTML Code:
<span>⁌</span> HEX Code:
<span>⁌</span> Add with CSS
.black-leftwards-bullet::before {
content: '\\204C';
} Set it in JavaScript
document.querySelector('.black-leftwards-bullet').textContent = '⁌';