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

What is Unicode character 𨤢?

The Unicode character 𨤢 U+28922 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+28922.

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!