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

What is Unicode character 𬣄?

The Unicode character 𬣄 U+2C8C4 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+2C8C4.

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!