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

What is Unicode character 𮀍?

The Unicode character 𮀍 U+2E00D 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+2E00D.

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!