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

What is Unicode character 𮀹?

The Unicode character 𮀹 U+2E039 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+2E039.

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!