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 B

Code Snippets

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

What is Unicode character ƕ?

The Unicode character ƕ U+0195 is Latin Small Letter Hv in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ƕ?

The uppercase equivalent of the Unicode character ƕ is Ƕ (U+01F6).

What does the Unicode character ƕ represent?

The Unicode character ƕ represents Latin Small Letter Hv.

What is the Unicode code point for ƕ?

The Unicode code point for ƕ is U+0195.

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 Hv 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 B 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 B
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!