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>&#181471;</p>
📋
CSS .selector { content: '\2C4DF' };
📋
JS var unicodeA = '\u2C4DF ';
📋
CPP char unicodeA = ' \u2C4DF ';
📋
Java char unicodeA = '\u2C4DF';
📋
Python unicodeA = '\u2C4DF'
📋

What is Unicode character 𬓟?

The Unicode character 𬓟 U+2C4DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C4DF.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!