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

What is Unicode character 𨦂?

The Unicode character 𨦂 U+28982 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+28982.

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!