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

What is Unicode character 𬰕?

The Unicode character 𬰕 U+2CC15 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+2CC15.

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!