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

What is Unicode character 𢐅?

The Unicode character 𢐅 U+22405 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+22405.

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!