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

What is Unicode character 𨖘?

The Unicode character 𨖘 U+28598 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+28598.

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!