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

What is Unicode character 𬆍?

The Unicode character 𬆍 U+2C18D 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+2C18D.

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!