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

What is Unicode character 𬵎?

The Unicode character 𬵎 U+2CD4E 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+2CD4E.

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!