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

What is Unicode character 𮦃?

The Unicode character 𮦃 U+2E983 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E983.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!