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

What is Unicode character 𫢀?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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