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

What is Unicode character 𨢔?

The Unicode character 𨢔 U+28894 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+28894.

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!