Mathematical Left Flattened Parenthesis

Shortcodes

Copy and paste codes for Mathematical Left Flattened Parenthesis symbol ⟮ to use in your websites, apps, blogs, and more.

Unicode
U+27EE
HTML Code
⟮
HEX Code
⟮
CSS Code
\27EE
JS/JSON
\u27EE
Unix/C/PHP/JAVA
0x27EE
URL-encode
%E2%9F%AE
copied

Customize Mathematical Left Flattened Parenthesis Symbol

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

Insert ⟮ Mathematical Left Flattened Parenthesis using HTML

1. Copy-paste Mathematical Left Flattened Parenthesis directly:
<span>⟮</span>
2. HTML Decimal Code:
<span>&#10222;</span>
3. Hexadecimal Code:
<span>&#x27EE;</span>
Preview:

Add Mathematical Left Flattened Parenthesis symbol with CSS

.mathematical-left-flattened-parenthesis::before {
    content: '\\27EE';
}
Preview: Mathematical Left Flattened Parenthesis

Mathematical Left Flattened Parenthesis JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-left-flattened-parenthesis').textContent = '⟮';
2. Unicode Escape for ⟮:
document.querySelector('.mathematical-left-flattened-parenthesis').textContent = '\u27EE';
Preview: