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

What is Unicode character 𬀭?

The Unicode character 𬀭 U+2C02D 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+2C02D.

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!