Parenthesis Small Left

Shortcodes

Copy and paste codes for Parenthesis Small Left symbol ❪ to use in your websites, apps, blogs, and more.

Unicode
U+276A
HTML Code
❪
HEX Code
❪
CSS Code
\276A
JS/JSON
\u276A
Unix/C/PHP/JAVA
0x276A
URL-encode
%E2%9D%AA
copied

Customize Parenthesis Small Left Symbol

Customize ❪ symbol as you like and download Parenthesis 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 Parenthesis Small Left symbol in HTML, CSS, and JS?

Insert ❪ Parenthesis Small Left using HTML

1. Copy-paste Parenthesis Small Left directly:
<span>❪</span>
2. HTML Decimal Code:
<span>&#10090;</span>
3. Hexadecimal Code:
<span>&#x276A;</span>
Preview:

Add Parenthesis Small Left symbol with CSS

.parenthesis-small-left::before {
    content: '\\276A';
}
Preview: Parenthesis Small Left

Parenthesis Small Left JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesis-small-left').textContent = '❪';
2. Unicode Escape for ❪:
document.querySelector('.parenthesis-small-left').textContent = '\u276A';
Preview: