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

What is Unicode character 𦨢?

The Unicode character 𦨢 U+26A22 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+26A22.

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!