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

What is Unicode character 𬆎?

The Unicode character 𬆎 U+2C18E 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+2C18E.

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!