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