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

What is Unicode character 𰦒?

The Unicode character 𰦒 U+30992 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+30992.

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!