Latin Small Letter T With Stroke
ŧ
Shortcodes
Copy useful codes for latin small letter t with stroke symbol ŧ to use in websites, apps, blogs, and docs.
Unicode
U+0167 HTML Code
ŧ HEX Code
ŧ CSS Code
\0167 JS/JSON
\u0167 Unix/C/PHP/JAVA
0x167 URL-encode
%C5%A7 Customize Latin Small Letter T With Stroke
Customize ŧ, download it as SVG or PNG, or copy the generated HTML snippet.
ŧ
How to use Latin Small Letter T With Stroke Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ŧ</span> HTML Code:
<span>ŧ</span> HEX Code:
<span>ŧ</span> Add with CSS
.latin-small-letter-t-with-stroke::before {
content: '\\0167';
} Set it in JavaScript
document.querySelector('.latin-small-letter-t-with-stroke').textContent = 'ŧ';