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

What is Unicode character 𬃇?

The Unicode character 𬃇 U+2C0C7 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+2C0C7.

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!