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

What is Unicode character 𬱬?

The Unicode character 𬱬 U+2CC6C 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+2CC6C.

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!