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

What is Unicode character 𰖎?

The Unicode character 𰖎 U+3058E 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+3058E.

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!