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

What is Unicode character 𰝐?

The Unicode character 𰝐 U+30750 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+30750.

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!