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

What is Unicode character 𬌁?

The Unicode character 𬌁 U+2C301 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+2C301.

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!