Left Square Bracket With Quill

Shortcodes

Copy and paste codes for Left Square Bracket With Quill symbol ⁅ to use in your websites, apps, blogs, and more.

Unicode
U+2045
HTML Code
⁅
HEX Code
⁅
CSS Code
\2045
JS/JSON
\u2045
Unix/C/PHP/JAVA
0x2045
URL-encode
%E2%81%85
copied

Customize Left Square Bracket With Quill Symbol

Customize ⁅ symbol as you like and download Left Square Bracket With Quill 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 Left Square Bracket With Quill symbol in HTML, CSS, and JS?

Insert ⁅ Left Square Bracket With Quill using HTML

1. Copy-paste Left Square Bracket With Quill directly:
<span>⁅</span>
2. HTML Decimal Code:
<span>&#8261;</span>
3. Hexadecimal Code:
<span>&#x2045;</span>
Preview:

Add Left Square Bracket With Quill symbol with CSS

.left-square-bracket-with-quill::before {
    content: '\\2045';
}
Preview: Left Square Bracket With Quill

Left Square Bracket With Quill JavaScript Code

1. Direct Symbol:
document.querySelector('.left-square-bracket-with-quill').textContent = '⁅';
2. Unicode Escape for ⁅:
document.querySelector('.left-square-bracket-with-quill').textContent = '\u2045';
Preview: