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

What is Unicode character 𨖀?

The Unicode character 𨖀 U+28580 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+28580.

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!