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

What is Unicode character 𫓟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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