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

What is Unicode character 𦬁?

The Unicode character 𦬁 U+26B01 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+26B01.

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!