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

What is Unicode character 𬓅?

The Unicode character 𬓅 U+2C4C5 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+2C4C5.

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!