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

What is Unicode character 𦀢?

The Unicode character 𦀢 U+26022 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+26022.

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!