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

What is Unicode character 𢓄?

The Unicode character 𢓄 U+224C4 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+224C4.

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!