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

What is Unicode character 𬃖?

The Unicode character 𬃖 U+2C0D6 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+2C0D6.

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!