Downwards Triangle-headed Arrow With Double Horizontal Stroke

Shortcodes

Copy useful codes for downwards triangle-headed arrow with double horizontal stroke symbol ⭽ to use in websites, apps, blogs, and docs.

Unicode
U+2B7D
HTML Code
⭽
HEX Code
⭽
CSS Code
\2B7D
JS/JSON
\u2B7D
Unix/C/PHP/JAVA
0x2B7D
URL-encode
%E2%AD%BD

Customize Downwards Triangle-headed Arrow With Double Horizontal Stroke

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

  

How to use Downwards Triangle-headed Arrow With Double Horizontal Stroke Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⭽</span>
HTML Code:
<span>&#11133;</span>
HEX Code:
<span>&#x2B7D;</span>

Add with CSS

.downwards-triangle-headed-arrow-with-double-horizontal-stroke::before {
  content: '\\2B7D';
}

Set it in JavaScript

document.querySelector('.downwards-triangle-headed-arrow-with-double-horizontal-stroke').textContent = '⭽';

Related Arrow Symbols

View all Arrow Symbols
copied