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

What is Unicode character 𨦄?

The Unicode character 𨦄 U+28984 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+28984.

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!