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

What is Unicode character 𬰨?

The Unicode character 𬰨 U+2CC28 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+2CC28.

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!