Leftwards Triangle-headed Arrow With Double Horizontal Stroke

Shortcodes

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

Unicode
U+2B7A
HTML Code
⭺
HEX Code
⭺
CSS Code
\2B7A
JS/JSON
\u2B7A
Unix/C/PHP/JAVA
0x2B7A
URL-encode
%E2%AD%BA

Customize Leftwards Triangle-headed Arrow With Double Horizontal Stroke

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

  

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

Insert in HTML

1. Direct symbol:
<span>⭺</span>
HTML Code:
<span>&#11130;</span>
HEX Code:
<span>&#x2B7A;</span>

Add with CSS

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

Set it in JavaScript

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

Related Arrow Symbols

View all Arrow Symbols
copied