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

What is Unicode character 𢀂?

The Unicode character 𢀂 U+22002 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+22002.

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!