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

What is Unicode character 𨖒?

The Unicode character 𨖒 U+28592 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+28592.

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!