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

What is Unicode character 𰌍?

The Unicode character 𰌍 U+3030D 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+3030D.

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!