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

What is Unicode character 𬡾?

The Unicode character 𬡾 U+2C87E 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+2C87E.

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!