copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Ţ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ţ
LATIN CAPITAL LETTER T WITH CEDILLA
Overview
Ţ (LATIN CAPITAL LETTER T WITH CEDILLA) is the Unicode character at code point U+0162. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0162 | |
| decimal | 354 | |
| htmldecimal | Ţ | |
| htmlhex | Ţ | |
| css | \0162 | |
| javascript | \u{162} | |
| python | \u0162 | |
| java | \u0162 | |
| go | \u0162 | |
| ruby | \u{162} | |
| rust | \u{162} | |
| ccpp | \u0162 | |
| urlencoded | %C5%A2 | |
| utf8bytes | c5 a2 | |
| utf16bebytes | 01 62 | |
| utf32bebytes | 00 00 01 62 |
How to Use
HTML:
Ţ
CSS:
content: "\0162"
JavaScript:
"\u{162}"
Python:
"\u0162"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0054 0327
Frequently Asked Questions
What is the Ţ character (LATIN CAPITAL LETTER T WITH CEDILLA)?
Ţ (LATIN CAPITAL LETTER T WITH CEDILLA) is the Unicode character U+0162.
What is the Unicode codepoint of LATIN CAPITAL LETTER T WITH CEDILLA?
The LATIN CAPITAL LETTER T WITH CEDILLA character (Ţ) has codepoint U+0162.
How do I type or copy LATIN CAPITAL LETTER T WITH CEDILLA?
Copy Ţ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.