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

What is Unicode character 𨕢?

The Unicode character 𨕢 U+28562 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+28562.

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!