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

What is Unicode character 𨂎?

The Unicode character 𨂎 U+2808E 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+2808E.

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!