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

What is Unicode character 𢓂?

The Unicode character 𢓂 U+224C2 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+224C2.

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!