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

What is Unicode character ŵ?

The Unicode character ŵ U+0175 is Latin Small Letter W 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+0174).

What does the Unicode character ŵ represent?

The Unicode character ŵ represents Latin Small Letter W With Circumflex.

What is the Unicode code point for ŵ?

The Unicode code point for ŵ is U+0175.

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