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

What is Unicode character 𬌎?

The Unicode character 𬌎 U+2C30E 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+2C30E.

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!