| Symbolname | Latin Capital Letter T With Comma Below |
| Unicode-Version | 3.0 |
| Unicode | U+021A |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | C8 9A |
| UTF-16 | 021A |
| UTF-32 | 0000021A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTWITHCOMMABELOW}4\end{document}Sie können das Symbol latin capital letter t with comma below auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 538 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter t with comma below", or use Unicode Hex Input with 021A.
Ctrl + Shift + U, type 021a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-t-with-comma-below::before { content: "\021A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ț</span>Die Darstellung des Symbols Latin Capital Letter T With Comma Below in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u021A' or String.fromCodePoint(538) |
| Python | '\N{LATIN CAPITAL LETTER T WITH COMMA BELOW}' or chr(538) |
| Rust | '\u{021A}' |
| C / C++ | UTF-8 source or wchar_t with U+021A |
| Go | string(rune(0x021A)) |
| Ruby | "\u{021A}" |
| CSS-Code |
\021A |
| Hexadezimalcode | 0x021A |
| HTML-Code | Ț |
| LaTeX | \text{LATINCAPITALLETTERTWITHCOMMABELOW} |
| Symbol | Ț |
| URL-Kodierung (UTF-8-Prozent) | %C8%9A |
| Ansagename (Screenreader) | Latin Capital Letter T With Comma Below |