| Symbolname | Latin Capital Letter Saltillo |
| Unicode-Version | 5.1 |
| Unicode | U+A78B |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| CSS-Code |
| UTF-8 | EA 9E 8B |
| UTF-16 | A78B |
| UTF-32 | 0000A78B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERSALTILLO}4\end{document}Sie können das Symbol latin capital letter saltillo auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Capital Letter Saltillo in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
\A78B |
| Hexadezimalcode | 0xA78B |
| HTML-Code | Ꞌ |
| LaTeX | \text{LATINCAPITALLETTERSALTILLO} |
| Symbol | Ꞌ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9E%8B |
| Ansagename (Screenreader) | Latin Capital Letter Saltillo |