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

What is Unicode character 𞟼?

The Unicode character 𞟼 U+1E7FC is Ethiopic Syllable Gurage Fwee in the Ethiopic Extended B block.

What does the Unicode character 𞟼 represent?

The Unicode character 𞟼 represents Ethiopic Syllable Gurage Fwee.

What is the Unicode code point for 𞟼?

The Unicode code point for 𞟼 is U+1E7FC.

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