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

What is Unicode character 𰦈?

The Unicode character 𰦈 U+30988 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+30988.

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!