| Nom du symbole | Latin Capital Letter Insular S |
| Version Unicode | 5.1 |
| Unicode | U+A784 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin capital letter insular s sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Capital Letter Insular S dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A784 |
| Code hexadécimal | 0xA784 |
| Code HTML | Ꞅ |
| LaTeX | \text{LATINCAPITALLETTERINSULARS} |
| Symbole | Ꞅ |
| Encodage URL (pourcent UTF-8) | %EA%9E%84 |
| Nom oral / lecteur d’écran | Latin Capital Letter Insular S |