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

What is Unicode character 𢙂?

The Unicode character 𢙂 U+22642 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+22642.

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!