| Nombre del símbolo | Latin Capital Letter T With Retroflex Hook |
| Versión Unicode | 1.1 |
| Unicode | U+01AE |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | C6 AE |
| UTF-16 | 01AE |
| UTF-32 | 000001AE |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTWITHRETROFLEXHOOK}4\end{document}Puedes escribir el símbolo latin capital letter t with retroflex hook en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 430 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter t with retroflex hook", or use Unicode Hex Input with 01AE.
Ctrl + Shift + U, type 01ae, 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-retroflex-hook::before { content: "\01AE"; 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 Retroflex Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u01AE' or String.fromCodePoint(430) |
| Python | '\N{LATIN CAPITAL LETTER T WITH RETROFLEX HOOK}' or chr(430) |
| Rust | '\u{01AE}' |
| C / C++ | UTF-8 source or wchar_t with U+01AE |
| Go | string(rune(0x01AE)) |
| Ruby | "\u{01AE}" |
| Código CSS |
\01AE |
| Código hexadecimal | 0x01AE |
| Código HTML | Ʈ |
| LaTeX | \text{LATINCAPITALLETTERTWITHRETROFLEXHOOK} |
| Símbolo | Ʈ |
| Codificación URL (porcentaje UTF-8) | %C6%AE |
| Nombre oral / lector de pantalla | Latin Capital Letter T With Retroflex Hook |