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

What is Unicode character 𤓟?

The Unicode character 𤓟 U+244DF 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+244DF.

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!