Activate Symmetric Swapping

Shortcodes

Copy useful codes for activate symmetric swapping symbol  to use in websites, apps, blogs, and docs.

Unicode
U+206B
HTML Code

HEX Code

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

Customize Activate Symmetric Swapping

Customize , download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Activate Symmetric Swapping Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span></span>
HTML Code:
<span>&#8299;</span>
HEX Code:
<span>&#x206B;</span>

Add with CSS

.activate-symmetric-swapping::before {
  content: '\\206B';
}

Set it in JavaScript

document.querySelector('.activate-symmetric-swapping').textContent = '';
copied