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

What is Unicode character 𨖗?

The Unicode character 𨖗 U+28597 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+28597.

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!