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

What is Unicode character 𢀢?

The Unicode character 𢀢 U+22022 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+22022.

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!