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>&#349;</p>
📋
CSS .selector { content: '\015D' };
📋
JS var unicodeA = '\u015D ';
📋
CPP char unicodeA = ' \u015D ';
📋
Java char unicodeA = '\u015D';
📋
Python unicodeA = '\u015D'
📋

What is Unicode character ŝ?

The Unicode character ŝ U+015D is Latin Small Letter S With Circumflex in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ŝ?

The uppercase equivalent of the Unicode character ŝ is Ŝ (U+015C).

What does the Unicode character ŝ represent?

The Unicode character ŝ represents Latin Small Letter S With Circumflex.

What is the Unicode code point for ŝ?

The Unicode code point for ŝ is U+015D.

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 Circumflex 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!