| Symbol Name | Latin Small Letter S With Swash Tail |
| Unicode Version | 4.1 |
| Unicode | U+023F |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | C8 BF |
| UTF-16 | 023F |
| UTF-32 | 0000023F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSWITHSWASHTAIL}4\end{document}You can type the latin small letter s with swash tail symbol on most modern devices with the help of following methods:
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>Latin Small Letter S With Swash Tail symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\023F |
| Hex Code | 0x023F |
| HTML Code | ȿ |
| LaTeX | \text{LATINSMALLLETTERSWITHSWASHTAIL} |
| Symbol | ȿ |
| URL encode (UTF-8 percent) | %C8%BF |
| Spoken / screen reader name | Latin Small Letter S With Swash Tail |