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

What is Unicode character 𰖓?

The Unicode character 𰖓 U+30593 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+30593.

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!