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

What is Unicode character 𨀼?

The Unicode character 𨀼 U+2803C 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+2803C.

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!