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

What is Unicode character 𭢀?

The Unicode character 𭢀 U+2D880 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+2D880.

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!