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

What is Unicode character 𦼁?

The Unicode character 𦼁 U+26F01 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+26F01.

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!