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

What is Unicode character 𨖅?

The Unicode character 𨖅 U+28585 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+28585.

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!