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

What is Unicode character 𢺂?

The Unicode character 𢺂 U+22E82 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+22E82.

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!