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

What is Unicode character 𰝢?

The Unicode character 𰝢 U+30762 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+30762.

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!