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

What is Unicode character 𨕳?

The Unicode character 𨕳 U+28573 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+28573.

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!