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

What is Unicode character 𢓹?

The Unicode character 𢓹 U+224F9 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+224F9.

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!