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

What is Unicode character 𢓧?

The Unicode character 𢓧 U+224E7 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+224E7.

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!