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

What is Unicode character 𨖇?

The Unicode character 𨖇 U+28587 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+28587.

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!