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

What is Unicode character 𬀯?

The Unicode character 𬀯 U+2C02F 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+2C02F.

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!