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

What is Unicode character 𰖏?

The Unicode character 𰖏 U+3058F 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+3058F.

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!