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

What is Unicode character 𬲄?

The Unicode character 𬲄 U+2CC84 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+2CC84.

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!