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

What is Unicode character 𨕰?

The Unicode character 𨕰 U+28570 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+28570.

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!