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