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

What is Unicode character 𰝘?

The Unicode character 𰝘 U+30758 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+30758.

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!