Arabic Letter Teh

ت

Shortcodes

Copy and paste codes for Arabic Letter Teh symbol ت to use in your websites, apps, blogs, and more.

Unicode
U+062A
HTML Code
ت
HEX Code
ت
CSS Code
\62A
JS/JSON
\u062A
Unix/C/PHP/JAVA
0x62A
URL-encode
%D8%AA
copied

Customize Arabic Letter Teh Symbol

Customize ت symbol as you like and download Arabic Letter Teh 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 Arabic Letter Teh symbol in HTML, CSS, and JS?

Insert ت Arabic Letter Teh using HTML

1. Copy-paste Arabic Letter Teh directly:
<span>ت</span>
2. HTML Decimal Code:
<span>&#1578;</span>
3. Hexadecimal Code:
<span>&#x062A;</span>
Preview: ت

Add Arabic Letter Teh symbol with CSS

.arabic-letter-teh::before {
    content: '\\62A';
}
Preview: Arabic Letter Teh

Arabic Letter Teh JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-letter-teh').textContent = 'ت';
2. Unicode Escape for ت:
document.querySelector('.arabic-letter-teh').textContent = '\u062A';
Preview: ت