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

What is Unicode character 𦦀?

The Unicode character 𦦀 U+26980 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+26980.

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!