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

What is Unicode character 𨀰?

The Unicode character 𨀰 U+28030 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+28030.

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!