| Nome del simbolo | Latin Small Letter S With Swash Tail |
| Versione Unicode | 4.1 |
| Unicode | U+023F |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | C8 BF |
| UTF-16 | 023F |
| UTF-32 | 0000023F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSWITHSWASHTAIL}4\end{document}Puoi digitare il simbolo latin small letter s with swash tail sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 575 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter s with swash tail", or use Unicode Hex Input with 023F.
Ctrl + Shift + U, type 023f, 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-s-with-swash-tail::before { content: "\023F"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ȿ</span>La rappresentazione del simbolo Latin Small Letter S With Swash Tail nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u023F' or String.fromCodePoint(575) |
| Python | '\N{LATIN SMALL LETTER S WITH SWASH TAIL}' or chr(575) |
| Rust | '\u{023F}' |
| C / C++ | UTF-8 source or wchar_t with U+023F |
| Go | string(rune(0x023F)) |
| Ruby | "\u{023F}" |
| Codice CSS |
\023F |
| Codice esadecimale | 0x023F |
| Codice HTML | ȿ |
| LaTeX | \text{LATINSMALLLETTERSWITHSWASHTAIL} |
| Simbolo | ȿ |
| Codifica URL (percentuale UTF-8) | %C8%BF |
| Nome parlato / screen reader | Latin Small Letter S With Swash Tail |