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

What is Unicode character 𨕡?

The Unicode character 𨕡 U+28561 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+28561.

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!