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

What is Unicode character 𨖄?

The Unicode character 𨖄 U+28584 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+28584.

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!