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

What is Unicode character 𢕄?

The Unicode character 𢕄 U+22544 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+22544.

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!