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

What is Unicode character 𰝣?

The Unicode character 𰝣 U+30763 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+30763.

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!