copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Š'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Š
LATIN CAPITAL LETTER S WITH CARON
Overview
Š (LATIN CAPITAL LETTER S WITH CARON) is the Unicode character at code point U+0160. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0160 | |
| decimal | 352 | |
| htmldecimal | Š | |
| htmlhex | Š | |
| css | \0160 | |
| javascript | \u{160} | |
| python | \u0160 | |
| java | \u0160 | |
| go | \u0160 | |
| ruby | \u{160} | |
| rust | \u{160} | |
| ccpp | \u0160 | |
| urlencoded | %C5%A0 | |
| utf8bytes | c5 a0 | |
| utf16bebytes | 01 60 | |
| utf32bebytes | 00 00 01 60 |
How to Use
HTML:
Š
CSS:
content: "\0160"
JavaScript:
"\u{160}"
Python:
"\u0160"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0053 030C
Frequently Asked Questions
What is the Š character (LATIN CAPITAL LETTER S WITH CARON)?
Š (LATIN CAPITAL LETTER S WITH CARON) is the Unicode character U+0160.
What is the Unicode codepoint of LATIN CAPITAL LETTER S WITH CARON?
The LATIN CAPITAL LETTER S WITH CARON character (Š) has codepoint U+0160.
How do I type or copy LATIN CAPITAL LETTER S WITH CARON?
Copy Š directly, or use the HTML entity, UTF-8, and code encodings shown on this page.