Tilde Operator Above Leftwards Arrow

Shortcodes

Copy and paste codes for Tilde Operator Above Leftwards Arrow symbol ⭉ to use in your websites, apps, blogs, and more.

Unicode
U+2B49
HTML Code
⭉
HEX Code
⭉
CSS Code
\2B49
JS/JSON
\u2B49
Unix/C/PHP/JAVA
0x2B49
URL-encode
%E2%AD%89
copied

Customize Tilde Operator Above Leftwards Arrow Symbol

Customize ⭉ symbol as you like and download Tilde Operator Above Leftwards 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 Tilde Operator Above Leftwards Arrow symbol in HTML, CSS, and JS?

Insert ⭉ Tilde Operator Above Leftwards Arrow using HTML

1. Copy-paste Tilde Operator Above Leftwards Arrow directly:
<span>⭉</span>
2. HTML Decimal Code:
<span>&#11081;</span>
3. Hexadecimal Code:
<span>&#x2B49;</span>
Preview:

Add Tilde Operator Above Leftwards Arrow symbol with CSS

.tilde-operator-above-leftwards-arrow::before {
    content: '\\2B49';
}
Preview: Tilde Operator Above Leftwards Arrow

Tilde Operator Above Leftwards Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.tilde-operator-above-leftwards-arrow').textContent = '⭉';
2. Unicode Escape for ⭉:
document.querySelector('.tilde-operator-above-leftwards-arrow').textContent = '\u2B49';
Preview: