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

What is Unicode character 𢔄?

The Unicode character 𢔄 U+22504 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+22504.

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!