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.

Character Traits

Latin Extended A

Code Snippets

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

What is Unicode character ſ?

The Unicode character ſ U+017F is Latin Small Letter Long S in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ſ?

The uppercase equivalent of the Unicode character ſ is S (U+0053).

Are there any variations of character ſ?

Yes, ẛ - (U+1E9B), ſt - (U+FB05), etc. are some variants of character ſ.

What does the Unicode character ſ represent?

The Unicode character ſ represents Latin Small Letter Long S.

What is the Unicode code point for ſ?

The Unicode code point for ſ is U+017F.

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 Long S 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 Compatibility
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!