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

What is Unicode character 𬰼?

The Unicode character 𬰼 U+2CC3C 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+2CC3C.

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!