| Nome del simbolo | Latin Capital Letter S With Circumflex |
| Versione Unicode | 1.1 |
| Unicode | U+015C |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | C5 9C |
| UTF-16 | 015C |
| UTF-32 | 0000015C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERSWITHCIRCUMFLEX}4\end{document}Puoi digitare il simbolo latin capital letter s with circumflex sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 348 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter s with circumflex", or use Unicode Hex Input with 015C.
Ctrl + Shift + U, type 015c, 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-circumflex::before { content: "\015C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ŝ</span>La rappresentazione del simbolo Latin Capital Letter S With Circumflex nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u015C' or String.fromCodePoint(348) |
| Python | '\N{LATIN CAPITAL LETTER S WITH CIRCUMFLEX}' or chr(348) |
| Rust | '\u{015C}' |
| C / C++ | UTF-8 source or wchar_t with U+015C |
| Go | string(rune(0x015C)) |
| Ruby | "\u{015C}" |
| Codice CSS |
\015C |
| Codice esadecimale | 0x015C |
| Codice HTML | Ŝ |
| LaTeX | \text{LATINCAPITALLETTERSWITHCIRCUMFLEX} |
| Simbolo | Ŝ |
| Codifica URL (percentuale UTF-8) | %C5%9C |
| Nome parlato / screen reader | Latin Capital Letter S With Circumflex |