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

What is Unicode character 𢓒?

The Unicode character 𢓒 U+224D2 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+224D2.

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!