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

What is Unicode character 𢓍?

The Unicode character 𢓍 U+224CD 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+224CD.

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!