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

What is Unicode character 𬦃?

The Unicode character 𬦃 U+2C983 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+2C983.

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!