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

What is Unicode character 𞟻?

The Unicode character 𞟻 U+1E7FB is Ethiopic Syllable Gurage Fwi in the Ethiopic Extended B block.

What does the Unicode character 𞟻 represent?

The Unicode character 𞟻 represents Ethiopic Syllable Gurage Fwi.

What is the Unicode code point for 𞟻?

The Unicode code point for 𞟻 is U+1E7FB.

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