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

What is Unicode character 𢀄?

The Unicode character 𢀄 U+22004 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+22004.

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!