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

What is Unicode character 𨖂?

The Unicode character 𨖂 U+28582 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+28582.

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!