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

What is Unicode character 𬁑?

The Unicode character 𬁑 U+2C051 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+2C051.

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!