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

What is Unicode character 𬰘?

The Unicode character 𬰘 U+2CC18 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+2CC18.

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!