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

What is Unicode character 𬲊?

The Unicode character 𬲊 U+2CC8A 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+2CC8A.

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!