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

What is Unicode character 𨀻?

The Unicode character 𨀻 U+2803B 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+2803B.

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!