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

What is Unicode character 𦬢?

The Unicode character 𦬢 U+26B22 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+26B22.

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!