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

What is Unicode character 𬦂?

The Unicode character 𬦂 U+2C982 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+2C982.

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!