Uppercase S Acute (Ś) is the Unicode character at U+015A (LATIN CAPITAL LETTER S WITH ACUTE) in Latin Extended-A. It appears in Polish, Kashubian, and Lower Sorbian orthographies.
Remember
Character Ś
Unicode U+015A
Hex entity Ś
Decimal Ś
Named Ś
CSS escape \015A
Official name LATIN CAPITAL LETTER S WITH ACUTE
Lowercase U+015B (ś)
All of these produce the same glyph: Ś. Compare with ordinary Uppercase S (U+0053) and Uppercase S Caron (U+0160).
Using Hex Code: Ś
Using HTML Code: Ś
Using Named Entity: Ś
Using CSS Entity: Ś
Święty, Śląsk
How It Works
1. Hex / decimal:U+015A → Ś or Ś in HTML.
2. Named:Ś is the readable HTML5 alias for the same code point.
3. CSS: use \015A in content (not an HTML entity). #point::after appends that glyph after the paragraph text.
4. Language sample:lang="pl" marks Polish context; words like Święty and Śląsk use capital S with acute.
Pitfalls & Tips
Common mistakes when working with this character.
Named
Prefer Ś
The named entity is easier to read than numeric forms. Keep the trailing semicolon.
Look-alikes
Not plain S or S caron
U+015A is acute (Ś). Do not confuse with plain S (U+0053) or caron Š (U+0160) — different letters.
Case
Use the correct case pair
Lowercase is ś (U+015B). Named entities are case-sensitive: Ś ≠ ś.
Combining
Prefer the precomposed form
Use U+015A rather than S + combining acute unless you have a specific normalization reason.
CSS vs HTML
Do not mix escapes
\015A belongs in CSS. Named/numeric entities belong in HTML.
Semicolon
End references
Always finish with ; — write Ś, not &Sacute.
Compatibility
Browser Support
Uppercase S Acute / LATIN CAPITAL LETTER S WITH ACUTE (U+015A) and its entity forms (Ś, Ś, Ś, CSS \\015A) are supported in all mainstream browsers. Glyph shape depends on Latin Extended-A font coverage.
✓ Universal support
Uppercase S Acute
Encode with named, hex, decimal, or CSS escape — or paste the character in UTF-8 HTML.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+015A / entitiesFull support
Bottom line: Prefer Ś for readable markup; use \\015A only inside CSS content. Do not confuse with Š (Š).
Remember
Key Takeaways
Unicode: this character is U+015A (decimal 346) — LATIN CAPITAL LETTER S WITH ACUTE.
HTML: prefer Ś, or use Ś / Ś.
CSS: use \015A inside content for generated text.
Watch out: lowercase is ś; U+015A ≠ U+0160 (S caron).
One line:U+015A → Ś / Ś / CSS \015A.
Frequently Asked Questions
Use Ś (named), Ś (hex), Ś (decimal), or the CSS escape \015A in the content property. All render U+015A. You can also paste the character directly when your file is UTF-8.
U+015A (hex 015A, decimal 346). Unicode names it LATIN CAPITAL LETTER S WITH ACUTE. It belongs to Latin Extended-A and is used in Polish, Kashubian, and Lower Sorbian.
Yes. HTML5 defines Ś for the uppercase form. The lowercase form uses ś (U+015B).
U+015A is capital S with an acute (Ś). U+0053 is ordinary capital S. U+0160 is capital S with caron (Š) — a different letter used in Czech, Slovak, and other languages.
The case pair is U+015B (LATIN SMALL LETTER S WITH ACUTE, ś). Use ś, ś, or ś.
HTML entities (Ś, Ś, or Ś) go in markup. The CSS escape \015A is used in stylesheets (usually in the content property of ::before/::after). Both render the same glyph.
🤔
Did you know?
This character is Unicode U+015A (decimal 346) — official name LATIN CAPITAL LETTER S WITH ACUTE in Latin Extended-A. HTML5 defines the named entity Ś. Its lowercase pair is U+015B (ś). Common in Polish, Kashubian, and Lower Sorbian orthographies.