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

What is Unicode character 𨀈?

The Unicode character 𨀈 U+28008 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+28008.

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!