| Nom du symbole | Latin Small Letter Saltillo |
| Version Unicode | 5.1 |
| Unicode | U+A78C |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | EA 9E 8C |
| UTF-16 | A78C |
| UTF-32 | 0000A78C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSALTILLO}4\end{document}Vous pouvez saisir le symbole latin small letter saltillo sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 42892 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter saltillo", or use Unicode Hex Input with A78C.
Ctrl + Shift + U, type a78c, 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-saltillo::before { content: "\A78C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꞌ</span>La représentation du symbole Latin Small Letter Saltillo dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA78C' or String.fromCodePoint(42892) |
| Python | '\N{LATIN SMALL LETTER SALTILLO}' or chr(42892) |
| Rust | '\u{A78C}' |
| C / C++ | UTF-8 source or wchar_t with U+A78C |
| Go | string(rune(0xA78C)) |
| Ruby | "\u{A78C}" |
| Code CSS |
\A78C |
| Code hexadécimal | 0xA78C |
| Code HTML | ꞌ |
| LaTeX | \text{LATINSMALLLETTERSALTILLO} |
| Symbole | ꞌ |
| Encodage URL (pourcent UTF-8) | %EA%9E%8C |
| Nom oral / lecteur d’écran | Latin Small Letter Saltillo |