| Symbolname | Latin Small Letter S With Acute |
| Unicode-Version | 1.1 |
| Unicode | U+015B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin small letter s with acute auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter S With Acute in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x015B |
| HTML-Code | ś |
| LaTeX | \text{LATINSMALLLETTERSWITHACUTE} |
| Symbol | ś |
| URL-Kodierung (UTF-8-Prozent) | %C5%9B |
| Ansagename (Screenreader) | Latin Small Letter S With Acute |