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

What is Unicode character 𬡺?

The Unicode character 𬡺 U+2C87A 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+2C87A.

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!