Tilde Operator With Rising Dots

Shortcodes

Copy and paste codes for Tilde Operator With Rising Dots symbol ⩫ to use in your websites, apps, blogs, and more.

Unicode
U+2A6B
HTML Code
⩫
HEX Code
⩫
CSS Code
\2A6B
JS/JSON
\u2A6B
Unix/C/PHP/JAVA
0x2A6B
URL-encode
%E2%A9%AB
copied

Customize Tilde Operator With Rising Dots Symbol

Customize ⩫ symbol as you like and download Tilde Operator With Rising Dots 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 With Rising Dots symbol in HTML, CSS, and JS?

Insert ⩫ Tilde Operator With Rising Dots using HTML

1. Copy-paste Tilde Operator With Rising Dots directly:
<span>⩫</span>
2. HTML Decimal Code:
<span>&#10859;</span>
3. Hexadecimal Code:
<span>&#x2A6B;</span>
Preview:

Add Tilde Operator With Rising Dots symbol with CSS

.tilde-operator-with-rising-dots::before {
    content: '\\2A6B';
}
Preview: Tilde Operator With Rising Dots

Tilde Operator With Rising Dots JavaScript Code

1. Direct Symbol:
document.querySelector('.tilde-operator-with-rising-dots').textContent = '⩫';
2. Unicode Escape for ⩫:
document.querySelector('.tilde-operator-with-rising-dots').textContent = '\u2A6B';
Preview: