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

What is Unicode character 𰝑?

The Unicode character 𰝑 U+30751 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+30751.

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!