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

What is Unicode character 𮦀?

The Unicode character 𮦀 U+2E980 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+2E980.

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!