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

What is Unicode character 𰖗?

The Unicode character 𰖗 U+30597 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+30597.

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!