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

What is Unicode character 𢓏?

The Unicode character 𢓏 U+224CF 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+224CF.

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!