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

What is Unicode character 𭦀?

The Unicode character 𭦀 U+2D980 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+2D980.

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!