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

What is Unicode character 𨢒?

The Unicode character 𨢒 U+28892 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+28892.

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!