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