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

What is Unicode character 𬵊?

The Unicode character 𬵊 U+2CD4A 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+2CD4A.

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!