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.

Code Snippets

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

What is Unicode character st?

The Unicode character st U+FB06 is Latin Small Ligature St in the Alphabetic Presentation Forms block.

What is the uppercase equivalent of the Unicode character st?

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

What does the Unicode character st represent?

The Unicode character st represents Latin Small Ligature St.

What is the Unicode code point for st?

The Unicode code point for st is U+FB06.

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

The appearance of the st character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Ligature St remains consistent.

How can I ensure the st 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 st character.

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

Unicode character st was first introduced in Unicode Version 1.1, and it belongs to the Alphabetic Presentation Forms 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 Alphabetic Presentation Forms
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!