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

What is Unicode character 𦖁?

The Unicode character 𦖁 U+26581 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+26581.

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!