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