You Are Here -

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>&#124903;</p>
๐Ÿ“‹
CSS .selector { content: '\1E7E7' };
๐Ÿ“‹
JS var unicodeA = '\u1E7E7 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1E7E7 ';
๐Ÿ“‹
Java char unicodeA = '\u1E7E7';
๐Ÿ“‹
Python unicodeA = '\u1E7E7'
๐Ÿ“‹

What is Unicode character ๐žŸง?

The Unicode character ๐žŸง U+1E7E7 is U+1E7E7 in the Ethiopic Extended B block.

What does the Unicode character ๐žŸง represent?

The Unicode character ๐žŸง represents U+1E7E7.

What is the Unicode code point for ๐žŸง?

The Unicode code point for ๐žŸง is U+1E7E7.

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 U+1E7E7 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 Uncoded 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 Unassigned, and it belongs to the Ethiopic Extended B block of characters.

Unicode Properties

Applicable Properties With Values

Age Unassigned
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Ethiopic Extended B
General Category Unassigned
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Unknown
Numeric Value Not a Number
Script Uncoded
Sentence Break Unknown
Word Break Unknown
Copied!