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

What is Unicode character 𬁏?

The Unicode character 𬁏 U+2C04F 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+2C04F.

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!