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

What is Unicode character 𰦗?

The Unicode character 𰦗 U+30997 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+30997.

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!