| Symbol Name | Latin Small Letter S With Acute |
| Unicode Version | 1.1 |
| Unicode | U+015B |
| Unicode block | |
| General category | 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}You can type the latin small letter s with acute symbol on most modern devices with the help of following methods:
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>Latin Small Letter S With Acute symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x015B |
| HTML Code | ś |
| LaTeX | \text{LATINSMALLLETTERSWITHACUTE} |
| Symbol | ś |
| URL encode (UTF-8 percent) | %C5%9B |
| Spoken / screen reader name | Latin Small Letter S With Acute |