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

What is Unicode character 𬁬?

The Unicode character 𬁬 U+2C06C 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+2C06C.

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!