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

What is Unicode character 𬢄?

The Unicode character 𬢄 U+2C884 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+2C884.

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!