Activate Symmetric Swapping

Shortcodes

Copy and paste codes for Activate Symmetric Swapping symbol  to use in your websites, apps, blogs, and more.

Unicode
U+206B
HTML Code

HEX Code

CSS Code
\206B
JS/JSON
\u206B
Unix/C/PHP/JAVA
0x206B
URL-encode
%E2%81%AB
copied

Customize Activate Symmetric Swapping Symbol

Customize  symbol as you like and download Activate Symmetric Swapping 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 Activate Symmetric Swapping symbol in HTML, CSS, and JS?

Insert  Activate Symmetric Swapping using HTML

1. Copy-paste Activate Symmetric Swapping directly:
<span></span>
2. HTML Decimal Code:
<span>&#8299;</span>
3. Hexadecimal Code:
<span>&#x206B;</span>
Preview:

Add Activate Symmetric Swapping symbol with CSS

.activate-symmetric-swapping::before {
    content: '\\206B';
}
Preview: Activate Symmetric Swapping

Activate Symmetric Swapping JavaScript Code

1. Direct Symbol:
document.querySelector('.activate-symmetric-swapping').textContent = '';
2. Unicode Escape for :
document.querySelector('.activate-symmetric-swapping').textContent = '\u206B';
Preview: