Long Leftwards Squiggle Arrow

Shortcodes

Copy and paste codes for Long Leftwards Squiggle Arrow symbol ⬳ to use in your websites, apps, blogs, and more.

Unicode
U+2B33
HTML Code
⬳
HEX Code
⬳
CSS Code
\2B33
JS/JSON
\u2B33
Unix/C/PHP/JAVA
0x2B33
URL-encode
%E2%AC%B3
copied

Customize Long Leftwards Squiggle Arrow Symbol

Customize ⬳ symbol as you like and download Long Leftwards Squiggle Arrow 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 Long Leftwards Squiggle Arrow symbol in HTML, CSS, and JS?

Insert ⬳ Long Leftwards Squiggle Arrow using HTML

1. Copy-paste Long Leftwards Squiggle Arrow directly:
<span>⬳</span>
2. HTML Decimal Code:
<span>&#11059;</span>
3. Hexadecimal Code:
<span>&#x2B33;</span>
Preview:

Add Long Leftwards Squiggle Arrow symbol with CSS

.long-leftwards-squiggle-arrow::before {
    content: '\\2B33';
}
Preview: Long Leftwards Squiggle Arrow

Long Leftwards Squiggle Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.long-leftwards-squiggle-arrow').textContent = '⬳';
2. Unicode Escape for ⬳:
document.querySelector('.long-leftwards-squiggle-arrow').textContent = '\u2B33';
Preview: