š

Technical information

Symbolš
NameSingle character introducer
Unicode numberU+009A
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character "š", or U+0161, is known as "Latin Small Letter S with Caron". It is part of the "Latin Extended-A" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is widely used in various languages, including Czech, Slovak, Slovene, Bosnian, Serbian, and Croatian among others, and typically represents a voiceless postalveolar fricative, similar to the English "sh" sound.

Encoding

HTML Entityš
HTML Entity (hex)š
URL Escape Code%26%23154%3B
UTF-8 (hex)0x26 0x23 0x31 0x35 0x34 0x3B
UTF-8 (binary)1001100010001100110001001101010011010000111011
UTF-160x009A
UTF-320x0000009A

Source Code

C, C++, and Java"\u009A"
CSS Code\009A
JavaScript"\u009A"
Perl\x{009A}
Python 2u"\u009A"
Python 3\u009A
Ruby\u{009A}

Preview

This Unicode character looks like this š in sentence and in bold like this š and in italic like this š.

Font size:

š
12px
š
16px
š
20px
š
28px
š
36px
š
48px
š
72px

CSS Property: font-weight

š
100
š
200
š
300
š
400
š
500
š
600
š
700
š
800
š
900

HTML Forms and Input

input
disabled input
š
input-group
select
button
button

Code examples in HTML and CSS

<span>&#154;</span>

            
span {
    content: "\009A";
}

The symbol in different fonts

š
-apple-system
š
Apple Color Emoji
š
Arial
š
BlinkMacSystemFont
š
Courier New
š
Georgia
š
Droid Sans
š
Helvetica
š
Noto Sans
š
Oxygen
š
Roboto
š
"Segoe UI"
š
sans-serif
š
Segoe UI Emoji
š
Segoe UI Symbol
š
system-ui
š
Times New Roman
š
Ubuntu
š
Verdana

References