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

What is Unicode character 𬵍?

The Unicode character 𬵍 U+2CD4D 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+2CD4D.

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!