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

What is Unicode character 𬊌?

The Unicode character 𬊌 U+2C28C 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+2C28C.

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!