| Nom du symbole | Latin Small Letter Tresillo |
| Version Unicode | 5.1 |
| Unicode | U+A72B |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin small letter tresillo sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Small Letter Tresillo dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A72B |
| Code hexadécimal | 0xA72B |
| Code HTML | ꜫ |
| LaTeX | \text{LATINSMALLLETTERTRESILLO} |
| Symbole | ꜫ |
| Encodage URL (pourcent UTF-8) | %EA%9C%AB |
| Nom oral / lecteur d’écran | Latin Small Letter Tresillo |