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 CEDILLA
Overview
Ş (LATIN CAPITAL LETTER S WITH CEDILLA) is the Unicode character at code point U+015E. 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+015E | |
| decimal | 350 | |
| htmldecimal | Ş | |
| htmlhex | Ş | |
| css | \015E | |
| javascript | \u{15E} | |
| python | \u015e | |
| java | \u015E | |
| go | \u015E | |
| ruby | \u{15E} | |
| rust | \u{15E} | |
| ccpp | \u015e | |
| urlencoded | %C5%9E | |
| utf8bytes | c5 9e | |
| utf16bebytes | 01 5e | |
| utf32bebytes | 00 00 01 5e |
How to Use
HTML:
Ş
CSS:
content: "\015E"
JavaScript:
"\u{15E}"
Python:
"\u015e"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0053 0327
Frequently Asked Questions
What is the Ş character (LATIN CAPITAL LETTER S WITH CEDILLA)?
Ş (LATIN CAPITAL LETTER S WITH CEDILLA) is the Unicode character U+015E.
What is the Unicode codepoint of LATIN CAPITAL LETTER S WITH CEDILLA?
The LATIN CAPITAL LETTER S WITH CEDILLA character (Ş) has codepoint U+015E.
How do I type or copy LATIN CAPITAL LETTER S WITH CEDILLA?
Copy Ş directly, or use the HTML entity, UTF-8, and code encodings shown on this page.