Activate Arabic Form Shaping

Shortcodes

Copy and paste codes for Activate Arabic Form Shaping symbol  to use in your websites, apps, blogs, and more.

Unicode
U+206D
HTML Code

HEX Code

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

Customize Activate Arabic Form Shaping Symbol

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

Insert  Activate Arabic Form Shaping using HTML

1. Copy-paste Activate Arabic Form Shaping directly:
<span></span>
2. HTML Decimal Code:
<span>&#8301;</span>
3. Hexadecimal Code:
<span>&#x206D;</span>
Preview:

Add Activate Arabic Form Shaping symbol with CSS

.activate-arabic-form-shaping::before {
    content: '\\206D';
}
Preview: Activate Arabic Form Shaping

Activate Arabic Form Shaping JavaScript Code

1. Direct Symbol:
document.querySelector('.activate-arabic-form-shaping').textContent = '';
2. Unicode Escape for :
document.querySelector('.activate-arabic-form-shaping').textContent = '\u206D';
Preview: