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

What is Unicode character 𬊍?

The Unicode character 𬊍 U+2C28D 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+2C28D.

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!