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

What is Unicode character 𢓊?

The Unicode character 𢓊 U+224CA 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+224CA.

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!