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

What is Unicode character 𦐢?

The Unicode character 𦐢 U+26422 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+26422.

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!