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

What is Unicode character 𦪀?

The Unicode character 𦪀 U+26A80 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+26A80.

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!