Latin Small Letter T With Stroke

ŧ

Shortcodes

Copy and paste codes for Latin Small Letter T With Stroke symbol ŧ to use in your websites, apps, blogs, and more.

Unicode
U+0167
HTML Code
ŧ
HEX Code
ŧ
CSS Code
\167
JS/JSON
\u0167
Unix/C/PHP/JAVA
0x167
URL-encode
%C5%A7
copied

Customize Latin Small Letter T With Stroke Symbol

Customize ŧ symbol as you like and download Latin Small Letter T With Stroke 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 Latin Small Letter T With Stroke symbol in HTML, CSS, and JS?

Insert ŧ Latin Small Letter T With Stroke using HTML

1. Copy-paste Latin Small Letter T With Stroke directly:
<span>ŧ</span>
2. HTML Decimal Code:
<span>&#359;</span>
3. Hexadecimal Code:
<span>&#x0167;</span>
Preview: ŧ

Add Latin Small Letter T With Stroke symbol with CSS

.latin-small-letter-t-with-stroke::before {
    content: '\\167';
}
Preview: Latin Small Letter T With Stroke

Latin Small Letter T With Stroke JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-t-with-stroke').textContent = 'ŧ';
2. Unicode Escape for ŧ:
document.querySelector('.latin-small-letter-t-with-stroke').textContent = '\u0167';
Preview: ŧ