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

What is Unicode character 𰦘?

The Unicode character 𰦘 U+30998 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+30998.

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!