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>&#163983;</p>
📋
CSS .selector { content: '\2808F' };
📋
JS var unicodeA = '\u2808F ';
📋
CPP char unicodeA = ' \u2808F ';
📋
Java char unicodeA = '\u2808F';
📋
Python unicodeA = '\u2808F'
📋

What is Unicode character 𨂏?

The Unicode character 𨂏 U+2808F 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+2808F.

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!