| Nombre del símbolo | Latin Small Letter S With Acute |
| Versión Unicode | 1.1 |
| Unicode | U+015B |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C5 9B |
| UTF-16 | 015B |
| UTF-32 | 0000015B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSWITHACUTE}4\end{document}Puedes escribir el símbolo latin small letter s with acute en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Letter S With Acute en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\015B |
| Código hexadecimal | 0x015B |
| Código HTML | ś |
| LaTeX | \text{LATINSMALLLETTERSWITHACUTE} |
| Símbolo | ś |
| Codificación URL (porcentaje UTF-8) | %C5%9B |
| Nombre oral / lector de pantalla | Latin Small Letter S With Acute |