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 ACUTE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+015A | |
| decimal | 346 | |
| htmldecimal | Ś | |
| htmlhex | Ś | |
| css | \015A | |
| javascript | \u{15A} | |
| python | \u015a | |
| java | \u015A | |
| go | \u015A | |
| ruby | \u{15A} | |
| rust | \u{15A} | |
| ccpp | \u015a | |
| urlencoded | %C5%9A | |
| utf8bytes | c5 9a | |
| utf16bebytes | 01 5a | |
| utf32bebytes | 00 00 01 5a |
How to Use
HTML:
Ś
CSS:
content: "\015A"
JavaScript:
"\u{15A}"
Python:
"\u015a"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0053 0301