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

What is Unicode character 𬲍?

The Unicode character 𬲍 U+2CC8D 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+2CC8D.

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!