Inhibit Arabic Form Shaping
Shortcodes
Copy useful codes for inhibit arabic form shaping symbol to use in websites, apps, blogs, and docs.
Unicode
U+206C HTML Code
 HEX Code
 CSS Code
\206C JS/JSON
\u206C Unix/C/PHP/JAVA
0x206C URL-encode
%E2%81%AC Customize Inhibit Arabic Form Shaping
Customize , download it as SVG or PNG, or copy the generated HTML snippet.
How to use Inhibit Arabic Form Shaping Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span></span> HTML Code:
<span></span> HEX Code:
<span></span> Add with CSS
.inhibit-arabic-form-shaping::before {
content: '\\206C';
} Set it in JavaScript
document.querySelector('.inhibit-arabic-form-shaping').textContent = '';