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

What is Unicode character 𬢢?

The Unicode character 𬢢 U+2C8A2 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+2C8A2.

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!