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

What is Unicode character 𢐄?

The Unicode character 𢐄 U+22404 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+22404.

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!