| Nombre del símbolo | Modifier Letter Small T With Retroflex Hook |
| Versión Unicode | 14.0 |
| Unicode | U+107AF |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | F0 90 9E AF |
| UTF-16 | D801 DFAF |
| UTF-32 | 000107AF |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLTWITHRETROFLEXHOOK}4\end{document}Puedes escribir el símbolo modifier letter small t with retroflex hook en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 67503 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small t with retroflex hook", or use Unicode Hex Input with 107AF.
Ctrl + Shift + U, type 107af, 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.modifier-letter-small-t-with-retroflex-hook::before { content: "\107AF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𐞯</span>La representación del símbolo Modifier Letter Small T With Retroflex Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x107AF) |
| Python | '\N{MODIFIER LETTER SMALL T WITH RETROFLEX HOOK}' or chr(67503) |
| Rust | '\u{107AF}' |
| C / C++ | UTF-8 source or wchar_t with U+107AF |
| Go | string(rune(0x107AF)) |
| Ruby | "\u{107AF}" |
| Código CSS |
\107AF |
| Código hexadecimal | 0x107AF |
| Código HTML | 𐞯 |
| LaTeX | \text{MODIFIERLETTERSMALLTWITHRETROFLEXHOOK} |
| Símbolo | 𐞯 |
| Codificación URL (porcentaje UTF-8) | %F0%90%9E%AF |
| Nombre oral / lector de pantalla | Modifier Letter Small T With Retroflex Hook |