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

What is Unicode character 𨕤?

The Unicode character 𨕤 U+28564 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+28564.

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!