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

What is Unicode character 𬀬?

The Unicode character 𬀬 U+2C02C 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+2C02C.

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!