Arabic Letter Teheh Isolated Form

Shortcodes

Copy useful codes for arabic letter teheh isolated form symbol ﭢ to use in websites, apps, blogs, and docs.

Unicode
U+FB62
HTML Code
ﭢ
HEX Code
ﭢ
CSS Code
\FB62
JS/JSON
\uFB62
Unix/C/PHP/JAVA
0xFB62
URL-encode
%EF%AD%A2

Customize Arabic Letter Teheh Isolated Form

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

  

How to use Arabic Letter Teheh Isolated Form Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ﭢ</span>
HTML Code:
<span>&#64354;</span>
HEX Code:
<span>&#xFB62;</span>

Add with CSS

.arabic-letter-teheh-isolated-form::before {
  content: '\\FB62';
}

Set it in JavaScript

document.querySelector('.arabic-letter-teheh-isolated-form').textContent = 'ﭢ';
copied