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

What is Unicode character 𬁐?

The Unicode character 𬁐 U+2C050 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+2C050.

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!