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

What is Unicode character 𦢀?

The Unicode character 𦢀 U+26880 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+26880.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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