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