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.

Code Snippets

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

What is Unicode character 𞟨?

The Unicode character 𞟨 U+1E7E8 is Ethiopic Syllable Gurage Hhwa in the Ethiopic Extended B block.

What does the Unicode character 𞟨 represent?

The Unicode character 𞟨 represents Ethiopic Syllable Gurage Hhwa.

What is the Unicode code point for 𞟨?

The Unicode code point for 𞟨 is U+1E7E8.

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 Ethiopic Syllable Gurage Hhwa 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 Ethiopic 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 14.0, and it belongs to the Ethiopic Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 14.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Ethiopic Extended B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Ethiopic
Sentence Break Line Emoji
Word Break MidNumNum
Copied!