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

What is Unicode character 𰝗?

The Unicode character 𰝗 U+30757 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+30757.

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!