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