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

What is Unicode character 𮕹?

The Unicode character 𮕹 U+2E579 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+2E579.

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!