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

What is Unicode character 𬌀?

The Unicode character 𬌀 U+2C300 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+2C300.

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!