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

What is Unicode character 𬢤?

The Unicode character 𬢤 U+2C8A4 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+2C8A4.

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!