Mathematical Left Flattened Parenthesis
⟮
Shortcodes
Copy useful codes for mathematical left flattened parenthesis symbol ⟮ to use in websites, apps, blogs, and docs.
Unicode
U+27EE HTML Code
⟮ HEX Code
⟮ CSS Code
\27EE JS/JSON
\u27EE Unix/C/PHP/JAVA
0x27EE URL-encode
%E2%9F%AE Customize Mathematical Left Flattened Parenthesis
Customize ⟮, download it as SVG or PNG, or copy the generated HTML snippet.
⟮
How to use Mathematical Left Flattened Parenthesis Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⟮</span> HTML Code:
<span>⟮</span> HEX Code:
<span>⟮</span> Add with CSS
.mathematical-left-flattened-parenthesis::before {
content: '\\27EE';
} Set it in JavaScript
document.querySelector('.mathematical-left-flattened-parenthesis').textContent = '⟮';