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

What is Unicode character 𮢀?

The Unicode character 𮢀 U+2E880 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+2E880.

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!