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

What is Unicode character 𰝓?

The Unicode character 𰝓 U+30753 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+30753.

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!