| Nome del simbolo | Latin Small Letter Tresillo |
| Versione Unicode | 5.1 |
| Unicode | U+A72B |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | EA 9C AB |
| UTF-16 | A72B |
| UTF-32 | 0000A72B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTRESILLO}4\end{document}Puoi digitare il simbolo latin small letter tresillo sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 42795 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter tresillo", or use Unicode Hex Input with A72B.
Ctrl + Shift + U, type a72b, 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-small-letter-tresillo::before { content: "\A72B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜫ</span>La rappresentazione del simbolo Latin Small Letter Tresillo nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA72B' or String.fromCodePoint(42795) |
| Python | '\N{LATIN SMALL LETTER TRESILLO}' or chr(42795) |
| Rust | '\u{A72B}' |
| C / C++ | UTF-8 source or wchar_t with U+A72B |
| Go | string(rune(0xA72B)) |
| Ruby | "\u{A72B}" |
| Codice CSS |
\A72B |
| Codice esadecimale | 0xA72B |
| Codice HTML | ꜫ |
| LaTeX | \text{LATINSMALLLETTERTRESILLO} |
| Simbolo | ꜫ |
| Codifica URL (percentuale UTF-8) | %EA%9C%AB |
| Nome parlato / screen reader | Latin Small Letter Tresillo |