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

What is Unicode character 𬆅?

The Unicode character 𬆅 U+2C185 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+2C185.

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!