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

What is Unicode character 𨀃?

The Unicode character 𨀃 U+28003 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+28003.

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!