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

What is Unicode character 𬦇?

The Unicode character 𬦇 U+2C987 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+2C987.

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!