| Symboolnaam | Latin Small Letter Tresillo |
| Unicode-versie | 5.1 |
| Unicode | U+A72B |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | EA 9C AB |
| UTF-16 | A72B |
| UTF-32 | 0000A72B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTRESILLO}4\end{document}Je kunt het latin small letter tresillo-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter Tresillo-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\A72B |
| Hexadecimale code | 0xA72B |
| HTML-code | ꜫ |
| LaTeX | \text{LATINSMALLLETTERTRESILLO} |
| Symbool | ꜫ |
| URL-codering (UTF-8 procent) | %EA%9C%AB |
| Uitgesproken naam / schermlezer | Latin Small Letter Tresillo |