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

What is Unicode character 𢓉?

The Unicode character 𢓉 U+224C9 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+224C9.

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!