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

What is Unicode character 𬓌?

The Unicode character 𬓌 U+2C4CC 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+2C4CC.

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!