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

What is Unicode character 𬌌?

The Unicode character 𬌌 U+2C30C 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+2C30C.

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!