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

What is Unicode character 𪢀?

The Unicode character 𪢀 U+2A880 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A880.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!