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

What is Unicode character 𬃁?

The Unicode character 𬃁 U+2C0C1 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+2C0C1.

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!