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

What is Unicode character 𬓍?

The Unicode character 𬓍 U+2C4CD 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+2C4CD.

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!