Georgian Letter Tar

Shortcodes

Copy useful codes for georgian letter tar symbol ტ to use in websites, apps, blogs, and docs.

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

Customize Georgian Letter Tar

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

  

How to use Georgian Letter Tar Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ტ</span>
HTML Code:
<span>&#4322;</span>
HEX Code:
<span>&#x10E2;</span>

Add with CSS

.georgian-letter-tar::before {
  content: '\\10E2';
}

Set it in JavaScript

document.querySelector('.georgian-letter-tar').textContent = 'ტ';
copied