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

What is Unicode character 𨀙?

The Unicode character 𨀙 U+28019 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+28019.

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!