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

What is Unicode character 𞟰?

The Unicode character 𞟰 U+1E7F0 is Ethiopic Syllable Gurage Qwi in the Ethiopic Extended B block.

What does the Unicode character 𞟰 represent?

The Unicode character 𞟰 represents Ethiopic Syllable Gurage Qwi.

What is the Unicode code point for 𞟰?

The Unicode code point for 𞟰 is U+1E7F0.

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