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

What is Unicode character 𨀫?

The Unicode character 𨀫 U+2802B 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+2802B.

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!