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

What is Unicode character 𦼢?

The Unicode character 𦼢 U+26F22 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+26F22.

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!