Upside Down T

Unicode Name: LATIN CAPITAL LETTER TURNED T

Shortcodes

Copy and paste codes for Upside Down T symbol Ʇ to use in your websites, apps, blogs, and more.

Unicode
U+A7B1
HTML Code
Ʇ
HEX Code
Ʇ
CSS Code
\A7B1
JS/JSON
\uA7B1
Unix/C/PHP/JAVA
0xA7B1
URL-encode
%EA%9E%B1
copied

Customize Upside Down T Symbol

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

Insert Ʇ Upside Down T using HTML

1. Copy-paste Upside Down T directly:
<span>Ʇ</span>
2. HTML Decimal Code:
<span>&#42929;</span>
3. Hexadecimal Code:
<span>&#xA7B1;</span>
Preview:

Add Upside Down T symbol with CSS

.upside-down-t::before {
    content: '\\A7B1';
}
Preview: Upside Down T

Upside Down T JavaScript Code

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