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

What is Unicode character 𬵀?

The Unicode character 𬵀 U+2CD40 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+2CD40.

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!