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

What is Unicode character 𰌎?

The Unicode character 𰌎 U+3030E 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+3030E.

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!