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

Unicode Variants

Latin Extended A

Code Snippets

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

What is Unicode character ħ?

The Unicode character ħ U+0127 is Latin Small Letter H With Stroke in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ħ?

The uppercase equivalent of the Unicode character ħ is Ħ (U+0126).

Are there any variations of character ħ?

Yes, Ħ - (U+0126), ℏ - (U+210F), ꟸ - (U+A7F8), etc. are some variants of character ħ.

What does the Unicode character ħ represent?

The Unicode character ħ represents Latin Small Letter H With Stroke.

What is the Unicode code point for ħ?

The Unicode code point for ħ is U+0127.

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 Stroke 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
East Asian Width Ambiguous
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!