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

What is Unicode character 𬀎?

The Unicode character 𬀎 U+2C00E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C00E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!