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

What is Unicode character 𞟹?

The Unicode character 𞟹 U+1E7F9 is Ethiopic Syllable Gurage Gwee in the Ethiopic Extended B block.

What does the Unicode character 𞟹 represent?

The Unicode character 𞟹 represents Ethiopic Syllable Gurage Gwee.

What is the Unicode code point for 𞟹?

The Unicode code point for 𞟹 is U+1E7F9.

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