White Left Pointing Index

Shortcodes

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

Unicode
U+261C
HTML Code
☜
HEX Code
☜
CSS Code
\261C
JS/JSON
\u261C
Unix/C/PHP/JAVA
0x261C
URL-encode
%E2%98%9C
copied

Customize White Left Pointing Index Symbol

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

Insert ☜ White Left Pointing Index using HTML

1. Copy-paste White Left Pointing Index directly:
<span>☜</span>
2. HTML Decimal Code:
<span>&#9756;</span>
3. Hexadecimal Code:
<span>&#x261C;</span>
Preview:

Add White Left Pointing Index symbol with CSS

.white-left-pointing-index::before {
    content: '\\261C';
}
Preview: White Left Pointing Index

White Left Pointing Index JavaScript Code

1. Direct Symbol:
document.querySelector('.white-left-pointing-index').textContent = '☜';
2. Unicode Escape for ☜:
document.querySelector('.white-left-pointing-index').textContent = '\u261C';
Preview: