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

What is Unicode character 𨂊?

The Unicode character 𨂊 U+2808A 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+2808A.

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!