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

What is Unicode character 𰓟?

The Unicode character 𰓟 U+304DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+304DF.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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