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 SMALL LETTER S WITH CARON
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0161 | |
| decimal | 353 | |
| htmldecimal | š | |
| htmlhex | š | |
| css | \0161 | |
| javascript | \u{161} | |
| python | \u0161 | |
| java | \u0161 | |
| go | \u0161 | |
| ruby | \u{161} | |
| rust | \u{161} | |
| ccpp | \u0161 | |
| urlencoded | %C5%A1 | |
| utf8bytes | c5 a1 | |
| utf16bebytes | 01 61 | |
| utf32bebytes | 00 00 01 61 |
How to Use
HTML:
š
CSS:
content: "\0161"
JavaScript:
"\u{161}"
Python:
"\u0161"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0073 030C
Frequently Asked Questions
What is the š character (LATIN SMALL LETTER S WITH CARON)?
š (LATIN SMALL LETTER S WITH CARON) is the Unicode character U+0161.
What is the Unicode codepoint of LATIN SMALL LETTER S WITH CARON?
The LATIN SMALL LETTER S WITH CARON character (š) has codepoint U+0161.
How do I type or copy LATIN SMALL LETTER S WITH CARON?
Copy š directly, or use the HTML entity, UTF-8, and code encodings shown on this page.