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

What is Unicode character 𢓅?

The Unicode character 𢓅 U+224C5 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+224C5.

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!