| Symbolname | Latin Small Letter Tresillo |
| Unicode-Version | 5.1 |
| Unicode | U+A72B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin small letter tresillo auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter Tresillo in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xA72B |
| HTML-Code | ꜫ |
| LaTeX | \text{LATINSMALLLETTERTRESILLO} |
| Symbol | ꜫ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9C%AB |
| Ansagename (Screenreader) | Latin Small Letter Tresillo |