| Symbolname | Latin Small Letter S With Comma Below |
| Unicode-Version | 3.0 |
| Unicode | U+0219 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | C8 99 |
| UTF-16 | 0219 |
| UTF-32 | 00000219 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSWITHCOMMABELOW}4\end{document}Sie können das Symbol latin small letter s with comma below auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 537 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter s with comma below", or use Unicode Hex Input with 0219.
Ctrl + Shift + U, type 0219, 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-comma-below::before { content: "\0219"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ș</span>Die Darstellung des Symbols Latin Small Letter S With Comma Below in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u0219' or String.fromCodePoint(537) |
| Python | '\N{LATIN SMALL LETTER S WITH COMMA BELOW}' or chr(537) |
| Rust | '\u{0219}' |
| C / C++ | UTF-8 source or wchar_t with U+0219 |
| Go | string(rune(0x0219)) |
| Ruby | "\u{0219}" |
| CSS-Code |
\0219 |
| Hexadezimalcode | 0x0219 |
| HTML-Code | ș |
| LaTeX | \text{LATINSMALLLETTERSWITHCOMMABELOW} |
| Symbol | ș |
| URL-Kodierung (UTF-8-Prozent) | %C8%99 |
| Ansagename (Screenreader) | Latin Small Letter S With Comma Below |