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

What is Unicode character 𨕣?

The Unicode character 𨕣 U+28563 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+28563.

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!