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

What is Unicode character 𢓨?

The Unicode character 𢓨 U+224E8 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+224E8.

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!