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

What is Unicode character 𨦒?

The Unicode character 𨦒 U+28992 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+28992.

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!