Georgian Letter Tar

Shortcodes

Copy and paste codes for Georgian Letter Tar symbol ტ to use in your websites, apps, blogs, and more.

Unicode
U+10E2
HTML Code
ტ
HEX Code
ტ
CSS Code
\10E2
JS/JSON
\u10E2
Unix/C/PHP/JAVA
0x10E2
URL-encode
%E1%83%A2
copied

Customize Georgian Letter Tar Symbol

Customize ტ symbol as you like and download Georgian Letter Tar 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 Georgian Letter Tar symbol in HTML, CSS, and JS?

Insert ტ Georgian Letter Tar using HTML

1. Copy-paste Georgian Letter Tar directly:
<span>ტ</span>
2. HTML Decimal Code:
<span>&#4322;</span>
3. Hexadecimal Code:
<span>&#x10E2;</span>
Preview:

Add Georgian Letter Tar symbol with CSS

.georgian-letter-tar::before {
    content: '\\10E2';
}
Preview: Georgian Letter Tar

Georgian Letter Tar JavaScript Code

1. Direct Symbol:
document.querySelector('.georgian-letter-tar').textContent = 'ტ';
2. Unicode Escape for ტ:
document.querySelector('.georgian-letter-tar').textContent = '\u10E2';
Preview: