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

What is Unicode character 𢎂?

The Unicode character 𢎂 U+22382 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+22382.

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!