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

What is Unicode character 𰎓?

The Unicode character 𰎓 U+30393 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+30393.

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!