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

What is Unicode character 𢓟?

The Unicode character 𢓟 U+224DF 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+224DF.

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!