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

What is Unicode character 𦂀?

The Unicode character 𦂀 U+26080 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+26080.

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!