| Symboolnaam | Latin Small Letter S With Circumflex |
| Unicode-versie | 1.1 |
| Unicode | U+015D |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | C5 9D |
| UTF-16 | 015D |
| UTF-32 | 0000015D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSWITHCIRCUMFLEX}4\end{document}Je kunt het latin small letter s with circumflex-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 349 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter s with circumflex", or use Unicode Hex Input with 015D.
Ctrl + Shift + U, type 015d, 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-circumflex::before { content: "\015D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ŝ</span>De weergave van het Latin Small Letter S With Circumflex-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u015D' or String.fromCodePoint(349) |
| Python | '\N{LATIN SMALL LETTER S WITH CIRCUMFLEX}' or chr(349) |
| Rust | '\u{015D}' |
| C / C++ | UTF-8 source or wchar_t with U+015D |
| Go | string(rune(0x015D)) |
| Ruby | "\u{015D}" |
\015D |
| Hexadecimale code | 0x015D |
| HTML-code | ŝ |
| LaTeX | \text{LATINSMALLLETTERSWITHCIRCUMFLEX} |
| Symbool | ŝ |
| URL-codering (UTF-8 procent) | %C5%9D |
| Uitgesproken naam / schermlezer | Latin Small Letter S With Circumflex |