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

What is Unicode character 𬰑?

The Unicode character 𬰑 U+2CC11 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+2CC11.

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!