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

What is Unicode character 𬲎?

The Unicode character 𬲎 U+2CC8E 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+2CC8E.

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!