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

What is Unicode character 𬀃?

The Unicode character 𬀃 U+2C003 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+2C003.

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!