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

What is Unicode character 𨀬?

The Unicode character 𨀬 U+2802C 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+2802C.

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!