Css Styling

Size
ş
15px
ş
18px
ş
21px
ş
24px
ş
27px
ş
30px
ş
33px
ş
36px
ş
42px
ş
48px
ş
54px
ş
60px
ş
66px
ş
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ş
Bold
ş
Italic
ş
Underline
ş
Strikethrough
ş
UpperCase
ş
LowerCase
ş
Oblique
A ş
Subscript
A ş
Superscript
ş
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ş
Arial
ş
Times New Roman
ş
Verdana
ş
Courier New
ş
Garamond
ş
Georgia
ş
Trebuchet MS
ş
Tahoma
ş
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ş
White
ş
Brown
ş
Maroon
ş
Magenta
ş
Red
ş
Orange
ş
Yellow
ş
Green
ş
Teal
ş
Cyan
ş
Blue
ş
Violet
ş
Purple
ş
Indigo
ş
Gray
ş
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ş
White
ş
Brown
ş
Maroon
ş
Magenta
ş
Red
ş
Orange
ş
Yellow
ş
Green
ş
Teal
ş
Cyan
ş
Blue
ş
Violet
ş
Purple
ş
Indigo
ş
Gray
ş
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#351;</p>
📋
CSS .selector { content: '\015F' };
📋
JS var unicodeA = '\u015F ';
📋
CPP char unicodeA = ' \u015F ';
📋
Java char unicodeA = '\u015F';
📋
Python unicodeA = '\u015F'
📋

What is Unicode character ş?

The Unicode character ş U+015F is Latin Small Letter S With Cedilla in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ş?

The uppercase equivalent of the Unicode character ş is Ş (U+015E).

What does the Unicode character ş represent?

The Unicode character ş represents Latin Small Letter S With Cedilla.

What is the Unicode code point for ş?

The Unicode code point for ş is U+015F.

Is the appearance of the ş character consistent across all platforms?

The appearance of the ş character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter S With Cedilla remains consistent.

How can I ensure the ş character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ş character.

In which version was Unicode character ş released, and to which block of characters does it belong?

Unicode character ş was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
Decomposition Type Canonical Decomposition
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!