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

What is Unicode character 𞟶?

The Unicode character 𞟶 U+1E7F6 is Ethiopic Syllable Gurage Kwee in the Ethiopic Extended B block.

What does the Unicode character 𞟶 represent?

The Unicode character 𞟶 represents Ethiopic Syllable Gurage Kwee.

What is the Unicode code point for 𞟶?

The Unicode code point for 𞟶 is U+1E7F6.

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