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

What is Unicode character 𢓪?

The Unicode character 𢓪 U+224EA 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+224EA.

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!