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

What is Unicode character 𬵅?

The Unicode character 𬵅 U+2CD45 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+2CD45.

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!