Three-d Top-lighted Leftwards Equilateral Arrowhead
⮘
Shortcodes
Copy useful codes for three-d top-lighted leftwards equilateral arrowhead symbol ⮘ to use in websites, apps, blogs, and docs.
Unicode
U+2B98 HTML Code
⮘ HEX Code
⮘ CSS Code
\2B98 JS/JSON
\u2B98 Unix/C/PHP/JAVA
0x2B98 URL-encode
%E2%AE%98 Customize Three-d Top-lighted Leftwards Equilateral Arrowhead
Customize ⮘, download it as SVG or PNG, or copy the generated HTML snippet.
⮘
How to use Three-d Top-lighted Leftwards Equilateral Arrowhead 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
.three-d-top-lighted-leftwards-equilateral-arrowhead::before {
content: '\\2B98';
} Set it in JavaScript
document.querySelector('.three-d-top-lighted-leftwards-equilateral-arrowhead').textContent = '⮘';