| Nombre del símbolo | Latin Capital Letter S With Short Stroke Overlay |
| Versión Unicode | 13.0 |
| Unicode | U+A7C9 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | EA 9F 89 |
| UTF-16 | A7C9 |
| UTF-32 | 0000A7C9 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERSWITHSHORTSTROKEOVERLAY}4\end{document}Puedes escribir el símbolo latin capital letter s with short stroke overlay en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42953 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter s with short stroke overlay", or use Unicode Hex Input with A7C9.
Ctrl + Shift + U, type a7c9, 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-s-with-short-stroke-overlay::before { content: "\A7C9"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꟊ</span>La representación del símbolo Latin Capital Letter S With Short Stroke Overlay en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA7C9' or String.fromCodePoint(42953) |
| Python | '\N{LATIN CAPITAL LETTER S WITH SHORT STROKE OVERLAY}' or chr(42953) |
| Rust | '\u{A7C9}' |
| C / C++ | UTF-8 source or wchar_t with U+A7C9 |
| Go | string(rune(0xA7C9)) |
| Ruby | "\u{A7C9}" |
| Código CSS |
\A7C9 |
| Código hexadecimal | 0xA7C9 |
| Código HTML | Ꟊ |
| LaTeX | \text{LATINCAPITALLETTERSWITHSHORTSTROKEOVERLAY} |
| Símbolo | Ꟊ |
| Codificación URL (porcentaje UTF-8) | %EA%9F%89 |
| Nombre oral / lector de pantalla | Latin Capital Letter S With Short Stroke Overlay |