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 B

Code Snippets

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

What is Unicode character ș?

The Unicode character ș U+0219 is Latin Small Letter S With Comma Below in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ș?

The uppercase equivalent of the Unicode character ș is Ș (U+0218).

What does the Unicode character ș represent?

The Unicode character ș represents Latin Small Letter S With Comma Below.

What is the Unicode code point for ș?

The Unicode code point for ș is U+0219.

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 Comma Below 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 3.0, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
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!