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

What is Unicode character 𬲏?

The Unicode character 𬲏 U+2CC8F 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+2CC8F.

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!