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

What is Unicode character 𬀌?

The Unicode character 𬀌 U+2C00C 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+2C00C.

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!