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

What is Unicode character 𬰯?

The Unicode character 𬰯 U+2CC2F 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+2CC2F.

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!