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

What is Unicode character 𰆓?

The Unicode character 𰆓 U+30193 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+30193.

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!