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

What is Unicode character 𦦂?

The Unicode character 𦦂 U+26982 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+26982.

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!