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

What is Unicode character 𬰌?

The Unicode character 𬰌 U+2CC0C 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+2CC0C.

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!