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

What is Unicode character 𦺀?

The Unicode character 𦺀 U+26E80 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+26E80.

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!