Black Right Pointing Index
☛
Shortcodes
Copy useful codes for black right pointing index symbol ☛ to use in websites, apps, blogs, and docs.
Unicode
U+261B HTML Code
☛ HEX Code
☛ CSS Code
\261B JS/JSON
\u261B Unix/C/PHP/JAVA
0x261B URL-encode
%E2%98%9B Customize Black Right Pointing Index
Customize ☛, download it as SVG or PNG, or copy the generated HTML snippet.
☛
How to use Black Right Pointing Index 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-right-pointing-index::before {
content: '\\261B';
} Set it in JavaScript
document.querySelector('.black-right-pointing-index').textContent = '☛';