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

What is Unicode character 𬵌?

The Unicode character 𬵌 U+2CD4C 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+2CD4C.

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!