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

What is Unicode character 𨂍?

The Unicode character 𨂍 U+2808D 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+2808D.

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!