| Nombre del símbolo | Latin Small Letter Tresillo |
| Versión Unicode | 5.1 |
| Unicode | U+A72B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small letter tresillo en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Small Letter Tresillo en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A72B |
| Código hexadecimal | 0xA72B |
| Código HTML | ꜫ |
| LaTeX | \text{LATINSMALLLETTERTRESILLO} |
| Símbolo | ꜫ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%AB |
| Nombre oral / lector de pantalla | Latin Small Letter Tresillo |