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

What is Unicode character 𢅄?

The Unicode character 𢅄 U+22144 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+22144.

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!