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

What is Unicode character 𨕶?

The Unicode character 𨕶 U+28576 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+28576.

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!