Left Curly Bracket Lower Hook
⎩
Shortcodes
Copy useful codes for left curly bracket lower hook symbol ⎩ to use in websites, apps, blogs, and docs.
Unicode
U+23A9 HTML Code
⎩ HEX Code
⎩ CSS Code
\23A9 JS/JSON
\u23A9 Unix/C/PHP/JAVA
0x23A9 URL-encode
%E2%8E%A9 Customize Left Curly Bracket Lower Hook
Customize ⎩, download it as SVG or PNG, or copy the generated HTML snippet.
⎩
How to use Left Curly Bracket Lower Hook 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
.left-curly-bracket-lower-hook::before {
content: '\\23A9';
} Set it in JavaScript
document.querySelector('.left-curly-bracket-lower-hook').textContent = '⎩';