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

What is Unicode character 𬡼?

The Unicode character 𬡼 U+2C87C 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+2C87C.

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!