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

What is Unicode character 𬰭?

The Unicode character 𬰭 U+2CC2D 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+2CC2D.

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!