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

What is Unicode character 𨕵?

The Unicode character 𨕵 U+28575 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+28575.

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!