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

What is Unicode character 𨢄?

The Unicode character 𨢄 U+28884 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+28884.

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!