Three-d Right-lighted Upwards Equilateral Arrowhead

Shortcodes

Copy useful codes for three-d right-lighted upwards equilateral arrowhead symbol ⮙ to use in websites, apps, blogs, and docs.

Unicode
U+2B99
HTML Code
⮙
HEX Code
⮙
CSS Code
\2B99
JS/JSON
\u2B99
Unix/C/PHP/JAVA
0x2B99
URL-encode
%E2%AE%99

Customize Three-d Right-lighted Upwards Equilateral Arrowhead

Customize ⮙, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Three-d Right-lighted Upwards Equilateral Arrowhead Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⮙</span>
HTML Code:
<span>&#11161;</span>
HEX Code:
<span>&#x2B99;</span>

Add with CSS

.three-d-right-lighted-upwards-equilateral-arrowhead::before {
  content: '\\2B99';
}

Set it in JavaScript

document.querySelector('.three-d-right-lighted-upwards-equilateral-arrowhead').textContent = '⮙';

Related Arrow Symbols

View all Arrow Symbols
copied