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

What is Unicode character 𢓴?

The Unicode character 𢓴 U+224F4 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+224F4.

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!