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

What is Unicode character 𬀪?

The Unicode character 𬀪 U+2C02A 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+2C02A.

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!