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

What is Unicode character 𢓙?

The Unicode character 𢓙 U+224D9 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+224D9.

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!