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

What is Unicode character 𬴬?

The Unicode character 𬴬 U+2CD2C 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+2CD2C.

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!