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

What is Unicode character 𢓾?

The Unicode character 𢓾 U+224FE 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+224FE.

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!