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

What is Unicode character 𰂓?

The Unicode character 𰂓 U+30093 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+30093.

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!