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

What is Unicode character 𢙄?

The Unicode character 𢙄 U+22644 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+22644.

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!