Angle Bracket Small Left

Shortcodes

Copy and paste codes for Angle Bracket Small Left symbol ❬ to use in your websites, apps, blogs, and more.

Unicode
U+276C
HTML Code
❬
HEX Code
❬
CSS Code
\276C
JS/JSON
\u276C
Unix/C/PHP/JAVA
0x276C
URL-encode
%E2%9D%AC
copied

Customize Angle Bracket Small Left Symbol

Customize ❬ symbol as you like and download Angle Bracket Small Left as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Angle Bracket Small Left symbol in HTML, CSS, and JS?

Insert ❬ Angle Bracket Small Left using HTML

1. Copy-paste Angle Bracket Small Left directly:
<span>❬</span>
2. HTML Decimal Code:
<span>&#10092;</span>
3. Hexadecimal Code:
<span>&#x276C;</span>
Preview:

Add Angle Bracket Small Left symbol with CSS

.angle-bracket-small-left::before {
    content: '\\276C';
}
Preview: Angle Bracket Small Left

Angle Bracket Small Left JavaScript Code

1. Direct Symbol:
document.querySelector('.angle-bracket-small-left').textContent = '❬';
2. Unicode Escape for ❬:
document.querySelector('.angle-bracket-small-left').textContent = '\u276C';
Preview: