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

What is Unicode character 𬃊?

The Unicode character 𬃊 U+2C0CA 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+2C0CA.

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!