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

What is Unicode character 𦲀?

The Unicode character 𦲀 U+26C80 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+26C80.

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!