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

What is Unicode character 𬁍?

The Unicode character 𬁍 U+2C04D 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+2C04D.

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!