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

What is Unicode character 𬰺?

The Unicode character 𬰺 U+2CC3A 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+2CC3A.

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!