Black Right Pointing Index

Shortcodes

Copy and paste codes for Black Right Pointing Index symbol ☛ to use in your websites, apps, blogs, and more.

Unicode
U+261B
HTML Code
☛
HEX Code
☛
CSS Code
\261B
JS/JSON
\u261B
Unix/C/PHP/JAVA
0x261B
URL-encode
%E2%98%9B
copied

Customize Black Right Pointing Index Symbol

Customize ☛ symbol as you like and download Black Right Pointing Index 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 Black Right Pointing Index symbol in HTML, CSS, and JS?

Insert ☛ Black Right Pointing Index using HTML

1. Copy-paste Black Right Pointing Index directly:
<span>☛</span>
2. HTML Decimal Code:
<span>&#9755;</span>
3. Hexadecimal Code:
<span>&#x261B;</span>
Preview:

Add Black Right Pointing Index symbol with CSS

.black-right-pointing-index::before {
    content: '\\261B';
}
Preview: Black Right Pointing Index

Black Right Pointing Index JavaScript Code

1. Direct Symbol:
document.querySelector('.black-right-pointing-index').textContent = '☛';
2. Unicode Escape for ☛:
document.querySelector('.black-right-pointing-index').textContent = '\u261B';
Preview: