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

What is Unicode character 𦖀?

The Unicode character 𦖀 U+26580 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+26580.

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!