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

What is Unicode character 𢓀?

The Unicode character 𢓀 U+224C0 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+224C0.

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!