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

What is Unicode character 𢓺?

The Unicode character 𢓺 U+224FA 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+224FA.

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!