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

What is Unicode character 𦰢?

The Unicode character 𦰢 U+26C22 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+26C22.

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!