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

What is Unicode character 𦀡?

The Unicode character 𦀡 U+26021 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+26021.

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!