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

What is Unicode character 𨐢?

The Unicode character 𨐢 U+28422 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+28422.

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!