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

What is Unicode character 𬀰?

The Unicode character 𬀰 U+2C030 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+2C030.

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!