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

What is Unicode character 𢒢?

The Unicode character 𢒢 U+224A2 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+224A2.

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!