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

What is Unicode character 𨀭?

The Unicode character 𨀭 U+2802D 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+2802D.

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!