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

What is Unicode character 𦶀?

The Unicode character 𦶀 U+26D80 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+26D80.

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!