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

What is Unicode character 𬀨?

The Unicode character 𬀨 U+2C028 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+2C028.

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!