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

What is Unicode character 𢊂?

The Unicode character 𢊂 U+22282 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+22282.

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!