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

What is Unicode character 𬢠?

The Unicode character 𬢠 U+2C8A0 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+2C8A0.

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!