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

What is Unicode character 𢓎?

The Unicode character 𢓎 U+224CE 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+224CE.

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!