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>&#190329;</p>
📋
CSS .selector { content: '\2E779' };
📋
JS var unicodeA = '\u2E779 ';
📋
CPP char unicodeA = ' \u2E779 ';
📋
Java char unicodeA = '\u2E779';
📋
Python unicodeA = '\u2E779'
📋

What is Unicode character 𮝹?

The Unicode character 𮝹 U+2E779 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𮝹 represent?

The Unicode character 𮝹 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𮝹?

The Unicode code point for 𮝹 is U+2E779.

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 Cjk Unified Ideograph- 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 Han 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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!