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

What is Unicode character 𢢂?

The Unicode character 𢢂 U+22882 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+22882.

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!