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

What is Unicode character 𬹁?

The Unicode character 𬹁 U+2CE41 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+2CE41.

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!