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

What is Unicode character 𬰏?

The Unicode character 𬰏 U+2CC0F 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+2CC0F.

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!