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

What is Unicode character 𬊎?

The Unicode character 𬊎 U+2C28E 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+2C28E.

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!