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 B

Code Snippets

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

What is Unicode character ȟ?

The Unicode character ȟ U+021F is Latin Small Letter H With Caron in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ȟ?

The uppercase equivalent of the Unicode character ȟ is Ȟ (U+021E).

What does the Unicode character ȟ represent?

The Unicode character ȟ represents Latin Small Letter H With Caron.

What is the Unicode code point for ȟ?

The Unicode code point for ȟ is U+021F.

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 H With Caron 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 3.0, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
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!