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

What is Unicode character 𬆇?

The Unicode character 𬆇 U+2C187 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+2C187.

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!