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

What is Unicode character 𬰎?

The Unicode character 𬰎 U+2CC0E 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+2CC0E.

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!