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

What is Unicode character 𢓔?

The Unicode character 𢓔 U+224D4 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+224D4.

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!