Inhibit Symmetric Swapping

Shortcodes

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

Unicode
U+206A
HTML Code

HEX Code

CSS Code
\206A
JS/JSON
\u206A
Unix/C/PHP/JAVA
0x206A
URL-encode
%E2%81%AA
copied

Customize Inhibit Symmetric Swapping Symbol

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

Insert  Inhibit Symmetric Swapping using HTML

1. Copy-paste Inhibit Symmetric Swapping directly:
<span></span>
2. HTML Decimal Code:
<span>&#8298;</span>
3. Hexadecimal Code:
<span>&#x206A;</span>
Preview:

Add Inhibit Symmetric Swapping symbol with CSS

.inhibit-symmetric-swapping::before {
    content: '\\206A';
}
Preview: Inhibit Symmetric Swapping

Inhibit Symmetric Swapping JavaScript Code

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