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

What is Unicode character 𰎐?

The Unicode character 𰎐 U+30390 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+30390.

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!