Black Left-pointing Pointer
◄
Shortcodes
Copy useful codes for black left-pointing pointer symbol ◄ to use in websites, apps, blogs, and docs.
Unicode
U+25C4 Alt Code
17 HTML Code
◄ HEX Code
◄ CSS Code
\25C4 JS/JSON
\u25C4 Unix/C/PHP/JAVA
0x25C4 URL-encode
%E2%97%84 Customize Black Left-pointing Pointer
Customize ◄, download it as SVG or PNG, or copy the generated HTML snippet.
◄
How to use Black Left-pointing Pointer 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-left-pointing-pointer::before {
content: '\\25C4';
} Set it in JavaScript
document.querySelector('.black-left-pointing-pointer').textContent = '◄';