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

What is Unicode character 𬵄?

The Unicode character 𬵄 U+2CD44 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+2CD44.

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!