Upside Down Small t

Unicode Name: LATIN SMALL LETTER TURNED T

ʇ

Shortcodes

Copy and paste codes for Upside Down Small t symbol ʇ to use in your websites, apps, blogs, and more.

Unicode
U+0287
HTML Code
ʇ
HEX Code
ʇ
CSS Code
\287
JS/JSON
\u0287
Unix/C/PHP/JAVA
0x287
URL-encode
%CA%87
copied

Customize Upside Down Small t Symbol

Customize ʇ symbol as you like and download Upside Down Small t 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 Upside Down Small t symbol in HTML, CSS, and JS?

Insert ʇ Upside Down Small t using HTML

1. Copy-paste Upside Down Small t directly:
<span>ʇ</span>
2. HTML Decimal Code:
<span>&#647;</span>
3. Hexadecimal Code:
<span>&#x0287;</span>
Preview: ʇ

Add Upside Down Small t symbol with CSS

.upside-down-small-t::before {
    content: '\\287';
}
Preview: Upside Down Small t

Upside Down Small t JavaScript Code

1. Direct Symbol:
document.querySelector('.upside-down-small-t').textContent = 'ʇ';
2. Unicode Escape for ʇ:
document.querySelector('.upside-down-small-t').textContent = '\u0287';
Preview: ʇ