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

What is Unicode character 𰦑?

The Unicode character 𰦑 U+30991 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+30991.

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!