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

What is Unicode character 𨀺?

The Unicode character 𨀺 U+2803A 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+2803A.

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!