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