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

What is Unicode character 𨀗?

The Unicode character 𨀗 U+28017 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+28017.

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!