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

What is Unicode character 𭦃?

The Unicode character 𭦃 U+2D983 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+2D983.

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!