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

What is Unicode character 𢓼?

The Unicode character 𢓼 U+224FC 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+224FC.

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!