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

What is Unicode character 𞟲?

The Unicode character 𞟲 U+1E7F2 is Ethiopic Syllable Gurage Qwe in the Ethiopic Extended B block.

What does the Unicode character 𞟲 represent?

The Unicode character 𞟲 represents Ethiopic Syllable Gurage Qwe.

What is the Unicode code point for 𞟲?

The Unicode code point for 𞟲 is U+1E7F2.

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