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

What is Unicode character 𨀹?

The Unicode character 𨀹 U+28039 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+28039.

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!