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

What is Unicode character 𢓩?

The Unicode character 𢓩 U+224E9 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+224E9.

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!