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

What is Unicode character 𦈢?

The Unicode character 𦈢 U+26222 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+26222.

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!