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

What is Unicode character 𨺄?

The Unicode character 𨺄 U+28E84 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+28E84.

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!