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

What is Unicode character 𨕷?

The Unicode character 𨕷 U+28577 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+28577.

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!