| Nom du symbole | Latin Small Letter S With Swash Tail |
| Version Unicode | 4.1 |
| Unicode | U+023F |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin small letter s with swash tail sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Small Letter S With Swash Tail dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\023F |
| Code hexadécimal | 0x023F |
| Code HTML | ȿ |
| LaTeX | \text{LATINSMALLLETTERSWITHSWASHTAIL} |
| Symbole | ȿ |
| Encodage URL (pourcent UTF-8) | %C8%BF |
| Nom oral / lecteur d’écran | Latin Small Letter S With Swash Tail |