Activate Arabic Form Shaping

Shortcodes

Copy useful codes for activate arabic form shaping symbol  to use in websites, apps, blogs, and docs.

Unicode
U+206D
HTML Code

HEX Code

CSS Code
\206D
JS/JSON
\u206D
Unix/C/PHP/JAVA
0x206D
URL-encode
%E2%81%AD

Customize Activate Arabic Form Shaping

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

  

How to use Activate Arabic Form Shaping Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span></span>
HTML Code:
<span>&#8301;</span>
HEX Code:
<span>&#x206D;</span>

Add with CSS

.activate-arabic-form-shaping::before {
  content: '\\206D';
}

Set it in JavaScript

document.querySelector('.activate-arabic-form-shaping').textContent = '';
copied