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

What is Unicode character 𰦓?

The Unicode character 𰦓 U+30993 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+30993.

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!