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

What is Unicode character 𬀫?

The Unicode character 𬀫 U+2C02B 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+2C02B.

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!