Black Rightwards Bullet
⁍
Shortcodes
Copy useful codes for black rightwards bullet symbol ⁍ to use in websites, apps, blogs, and docs.
Unicode
U+204D HTML Code
⁍ HEX Code
⁍ CSS Code
\204D JS/JSON
\u204D Unix/C/PHP/JAVA
0x204D URL-encode
%E2%81%8D Customize Black Rightwards Bullet
Customize ⁍, download it as SVG or PNG, or copy the generated HTML snippet.
⁍
How to use Black Rightwards 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-rightwards-bullet::before {
content: '\\204D';
} Set it in JavaScript
document.querySelector('.black-rightwards-bullet').textContent = '⁍';