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

What is Unicode character 𬵁?

The Unicode character 𬵁 U+2CD41 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+2CD41.

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!