| Symbol Name | Latin Capital Letter T With Comma Below |
| Unicode Version | 3.0 |
| Unicode | U+021A |
| Unicode block | |
| General category | 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}You can type the latin capital letter t with comma below symbol on most modern devices with the help of following methods:
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>Latin Capital Letter T With Comma Below symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x021A |
| HTML Code | Ț |
| LaTeX | \text{LATINCAPITALLETTERTWITHCOMMABELOW} |
| Symbol | Ț |
| URL encode (UTF-8 percent) | %C8%9A |
| Spoken / screen reader name | Latin Capital Letter T With Comma Below |