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

What is Unicode character 𬦆?

The Unicode character 𬦆 U+2C986 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+2C986.

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!