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

What is Unicode character 𦀁?

The Unicode character 𦀁 U+26001 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+26001.

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!