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

What is Unicode character 𬎇?

The Unicode character 𬎇 U+2C387 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+2C387.

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!