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

What is Unicode character 𢓈?

The Unicode character 𢓈 U+224C8 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+224C8.

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!