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

What is Unicode character 𢓬?

The Unicode character 𢓬 U+224EC 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+224EC.

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!