| Nombre del símbolo | Latin Capital Letter T With Comma Below |
| Versión Unicode | 3.0 |
| Unicode | U+021A |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin capital letter t with comma below en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Capital Letter T With Comma Below en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\021A |
| Código hexadecimal | 0x021A |
| Código HTML | Ț |
| LaTeX | \text{LATINCAPITALLETTERTWITHCOMMABELOW} |
| Símbolo | Ț |
| Codificación URL (porcentaje UTF-8) | %C8%9A |
| Nombre oral / lector de pantalla | Latin Capital Letter T With Comma Below |