Accented T characters
Compare 15 verified accented T characters: 7 uppercase and 8 lowercase forms, with 8 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented T
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ţ | Uppercase | U+0162 | LATIN CAPITAL LETTER T WITH CEDILLA | Ţ | Ţ | Ţ | |
Ť | Uppercase | U+0164 | LATIN CAPITAL LETTER T WITH CARON | Ť | Ť | Ť | |
Ț | Uppercase | U+021A | LATIN CAPITAL LETTER T WITH COMMA BELOW | Ț | Ț | None | |
Ṫ | Uppercase | U+1E6A | LATIN CAPITAL LETTER T WITH DOT ABOVE | Ṫ | Ṫ | None | |
Ṭ | Uppercase | U+1E6C | LATIN CAPITAL LETTER T WITH DOT BELOW | Ṭ | Ṭ | None | |
Ṯ | Uppercase | U+1E6E | LATIN CAPITAL LETTER T WITH LINE BELOW | Ṯ | Ṯ | None | |
Ṱ | Uppercase | U+1E70 | LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW | Ṱ | Ṱ | None | |
ţ | Lowercase | U+0163 | LATIN SMALL LETTER T WITH CEDILLA | ţ | ţ | ţ | |
ť | Lowercase | U+0165 | LATIN SMALL LETTER T WITH CARON | ť | ť | ť | |
ț | Lowercase | U+021B | LATIN SMALL LETTER T WITH COMMA BELOW | ț | ț | None | |
ṫ | Lowercase | U+1E6B | LATIN SMALL LETTER T WITH DOT ABOVE | ṫ | ṫ | None | |
ṭ | Lowercase | U+1E6D | LATIN SMALL LETTER T WITH DOT BELOW | ṭ | ṭ | None | |
ṯ | Lowercase | U+1E6F | LATIN SMALL LETTER T WITH LINE BELOW | ṯ | ṯ | None | |
ṱ | Lowercase | U+1E71 | LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW | ṱ | ṱ | None | |
ẗ | Lowercase | U+1E97 | LATIN SMALL LETTER T WITH DIAERESIS | ẗ | ẗ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ţ | U+0162 | U+0054 + U+0327 | U+0054 + U+0327 |
Ť | U+0164 | U+0054 + U+030C | U+0054 + U+030C |
Ț | U+021A | U+0054 + U+0326 | U+0054 + U+0326 |
Ṫ | U+1E6A | U+0054 + U+0307 | U+0054 + U+0307 |
Ṭ | U+1E6C | U+0054 + U+0323 | U+0054 + U+0323 |
Ṯ | U+1E6E | U+0054 + U+0331 | U+0054 + U+0331 |
Ṱ | U+1E70 | U+0054 + U+032D | U+0054 + U+032D |
ţ | U+0163 | U+0074 + U+0327 | U+0074 + U+0327 |
ť | U+0165 | U+0074 + U+030C | U+0074 + U+030C |
ț | U+021B | U+0074 + U+0326 | U+0074 + U+0326 |
ṫ | U+1E6B | U+0074 + U+0307 | U+0074 + U+0307 |
ṭ | U+1E6D | U+0074 + U+0323 | U+0074 + U+0323 |
ṯ | U+1E6F | U+0074 + U+0331 | U+0074 + U+0331 |
ṱ | U+1E71 | U+0074 + U+032D | U+0074 + U+032D |
ẗ | U+1E97 | U+0074 + U+0308 | U+0074 + U+0308 |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG