Wave Arrow Pointing Directly Left

⬿

Shortcodes

Copy and paste codes for Wave Arrow Pointing Directly Left symbol ⬿ to use in your websites, apps, blogs, and more.

Unicode
U+2B3F
HTML Code
⬿
HEX Code
⬿
CSS Code
\2B3F
JS/JSON
\u2B3F
Unix/C/PHP/JAVA
0x2B3F
URL-encode
%E2%AC%BF
copied

Customize Wave Arrow Pointing Directly Left Symbol

Customize ⬿ symbol as you like and download Wave Arrow Pointing Directly Left 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 Wave Arrow Pointing Directly Left symbol in HTML, CSS, and JS?

Insert ⬿ Wave Arrow Pointing Directly Left using HTML

1. Copy-paste Wave Arrow Pointing Directly Left directly:
<span>⬿</span>
2. HTML Decimal Code:
<span>&#11071;</span>
3. Hexadecimal Code:
<span>&#x2B3F;</span>
Preview: ⬿

Add Wave Arrow Pointing Directly Left symbol with CSS

.wave-arrow-pointing-directly-left::before {
    content: '\\2B3F';
}
Preview: Wave Arrow Pointing Directly Left

Wave Arrow Pointing Directly Left JavaScript Code

1. Direct Symbol:
document.querySelector('.wave-arrow-pointing-directly-left').textContent = '⬿';
2. Unicode Escape for ⬿:
document.querySelector('.wave-arrow-pointing-directly-left').textContent = '\u2B3F';
Preview: ⬿