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

What is Unicode character 𬁎?

The Unicode character 𬁎 U+2C04E 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+2C04E.

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!