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

What is Unicode character 𰖍?

The Unicode character 𰖍 U+3058D 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+3058D.

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!