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

What is Unicode character 𬆊?

The Unicode character 𬆊 U+2C18A 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+2C18A.

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!