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 1 Supplement

Code Snippets

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

What is Unicode character û?

The Unicode character û U+00FB is Latin Small Letter U With Circumflex in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character û?

The uppercase equivalent of the Unicode character û is Û (U+00DB).

What does the Unicode character û represent?

The Unicode character û represents Latin Small Letter U With Circumflex.

What is the Unicode code point for û?

The Unicode code point for û is U+00FB.

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 U 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 1 Supplement 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 1 Supplement
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!