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