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

What is Unicode character 𬆌?

The Unicode character 𬆌 U+2C18C 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+2C18C.

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!