Black Left Pointing Index

Shortcodes

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

Unicode
U+261A
HTML Code
☚
HEX Code
☚
CSS Code
\261A
JS/JSON
\u261A
Unix/C/PHP/JAVA
0x261A
URL-encode
%E2%98%9A
copied

Customize Black Left Pointing Index Symbol

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

Insert ☚ Black Left Pointing Index using HTML

1. Copy-paste Black Left Pointing Index directly:
<span>☚</span>
2. HTML Decimal Code:
<span>&#9754;</span>
3. Hexadecimal Code:
<span>&#x261A;</span>
Preview:

Add Black Left Pointing Index symbol with CSS

.black-left-pointing-index::before {
    content: '\\261A';
}
Preview: Black Left Pointing Index

Black Left Pointing Index JavaScript Code

1. Direct Symbol:
document.querySelector('.black-left-pointing-index').textContent = '☚';
2. Unicode Escape for ☚:
document.querySelector('.black-left-pointing-index').textContent = '\u261A';
Preview: