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

What is Unicode character 𬣔?

The Unicode character 𬣔 U+2C8D4 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+2C8D4.

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!